#39906C

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

Shades of Viridian #39906C

Tints of Viridian #39906C

Color information

#39906C (or 0x39906C) is unknown color: approx Viridian. HEX triplet: 39, 90 and 6C. RGB value is (57,144,108). Sum of RGB (Red+Green+Blue) = 57+144+108=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #39906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39906C is #C66F93. Grayscale: #717171. Windows color (decimal): -13004692 or 7114809. OLE color: 7114809.

HSL color Cylindrical-coordinate representation of color #39906C: hue angle of 155.17º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39906C is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB57144108-
CMYK0.6000.250.44
HSL155.17º43.28%39.41%-
HSV(B)155.17º60.42%56.47%-
XYZ14.3721.917.66-
YUV113.88124.6887.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=18.45%
G=46.60%
B=34.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441080.6000.250.44155.1743.2839.41
Hex39906C3C0192C9b2b27
Octal7122015474031542335347
Binary11100110010000110110011110001100110110010011011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39906C; }

 p { color: rgb(57,144,108); }

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

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

 a { background-color: rgb(57,144,108); }

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

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

 span { border-color: rgb(57,144,108); }

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