#39886A

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

Shades of Viridian #39886A

Tints of Viridian #39886A

Color information

#39886A (or 0x39886A) is unknown color: approx Viridian. HEX triplet: 39, 88 and 6A. RGB value is (57,136,106). Sum of RGB (Red+Green+Blue) = 57+136+106=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #39886A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39886A is #C67795. Grayscale: #6C6C6C. Windows color (decimal): -13006742 or 6981689. OLE color: 6981689.

HSL color Cylindrical-coordinate representation of color #39886A: hue angle of 157.22º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39886A is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB57136106-
CMYK0.5800.220.47
HSL157.22º40.93%37.84%-
HSV(B)157.22º58.09%53.33%-
XYZ13.0919.5216.71-
YUV108.96126.3390.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.06%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=19.06%
G=45.48%
B=35.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571361060.5800.220.47157.2240.9337.84
Hex39886A3A0162F9d2926
Octal7121015272026572355146
Binary11100110001000110101011101001011010111110011101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39886A; }

 p { color: rgb(57,136,106); }

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

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

 a { background-color: rgb(57,136,106); }

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

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

 span { border-color: rgb(57,136,106); }

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