#39856E

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

Shades of Viridian #39856E

Tints of Viridian #39856E

Color information

#39856E (or 0x39856E) is unknown color: approx Viridian. HEX triplet: 39, 85 and 6E. RGB value is (57,133,110). Sum of RGB (Red+Green+Blue) = 57+133+110=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #39856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39856E is #C67A91. Grayscale: #6B6B6B. Windows color (decimal): -13007506 or 7243065. OLE color: 7243065.

HSL color Cylindrical-coordinate representation of color #39856E: hue angle of 161.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39856E is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB57133110-
CMYK0.5700.170.48
HSL161.84º40%37.25%-
HSV(B)161.84º57.14%52.16%-
XYZ12.8918.7717.7-
YUV107.65129.3291.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=19%
G=44.33%
B=36.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331100.5700.170.48161.844037.25
Hex39856E3901130a22825
Octal7120515671021602425045
Binary11100110000101110111011100101000111000010100010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39856E; }

 p { color: rgb(57,133,110); }

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

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

 a { background-color: rgb(57,133,110); }

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

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

 span { border-color: rgb(57,133,110); }

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