#387860

Color #387860 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #387860

Tints of Viridian #387860

Color information

#387860 (or 0x387860) is unknown color: approx Viridian. HEX triplet: 38, 78 and 60. RGB value is (56,120,96). Sum of RGB (Red+Green+Blue) = 56+120+96=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #387860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387860 is #C7879F. Grayscale: #626262. Windows color (decimal): -13076384 or 6322232. OLE color: 6322232.

HSL color Cylindrical-coordinate representation of color #387860: hue angle of 157.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387860 is Cyan = 0.53, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB5612096-
CMYK0.5300.20.53
HSL157.5º36.36%34.51%-
HSV(B)157.5º53.33%47.06%-
XYZ10.4615.1213.43-
YUV98.13126.897.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=20.59%
G=44.12%
B=35.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120960.5300.20.53157.536.3634.51
Hex38786035014359e2423
Octal7017014065024652364443
Binary1110001111000110000011010101010011010110011110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387860; }

 p { color: rgb(56,120,96); }

 H1.HeaderClassName
 {
   color: #387860;
 }
 .AnyTagClassName
 {
   color: #387860;
 }
</style>
background-color css

<style>
 a { background-color: #387860; }

 a { background-color: rgb(56,120,96); }

 div.DivClassName
 {
   background-color: #387860;
 }
 .BgClassName
 {
   background-color: #387860;
 }
</style>
border-color css

<style>
 span { border-color: #387860; }

 span { border-color: rgb(56,120,96); }

 td.TdClassName
 {
   border-color: #387860;
 }
 .TagClassName
 {
   border-color: #387860;
 }
</style>