#39856D

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

Shades of Viridian #39856D

Tints of Viridian #39856D

Color information

#39856D (or 0x39856D) is unknown color: approx Viridian. HEX triplet: 39, 85 and 6D. RGB value is (57,133,109). Sum of RGB (Red+Green+Blue) = 57+133+109=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #39856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39856D is #C67A92. Grayscale: #6B6B6B. Windows color (decimal): -13007507 or 7177529. OLE color: 7177529.

HSL color Cylindrical-coordinate representation of color #39856D: hue angle of 161.05º 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 #39856D is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB57133109-
CMYK0.5700.180.48
HSL161.05º40%37.25%-
HSV(B)161.05º57.14%52.16%-
XYZ12.8418.7517.41-
YUV107.54128.8291.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=19.06%
G=44.48%
B=36.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331090.5700.180.48161.054037.25
Hex39856D3901230a12825
Octal7120515571022602415045
Binary11100110000101110110111100101001011000010100001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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