#39916F

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

Shades of Viridian #39916F

Tints of Viridian #39916F

Color information

#39916F (or 0x39916F) is unknown color: approx Viridian. HEX triplet: 39, 91 and 6F. RGB value is (57,145,111). Sum of RGB (Red+Green+Blue) = 57+145+111=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #39916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39916F is #C66E90. Grayscale: #727272. Windows color (decimal): -13004433 or 7311673. OLE color: 7311673.

HSL color Cylindrical-coordinate representation of color #39916F: hue angle of 156.82º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39916F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB57145111-
CMYK0.6100.230.43
HSL156.82º43.56%39.61%-
HSV(B)156.82º60.69%56.86%-
XYZ14.6822.2718.56-
YUV114.81125.8586.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.21%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=18.21%
G=46.33%
B=35.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451110.6100.230.43156.8243.5639.61
Hex39916F3D0172B9d2c28
Octal7122115775027532355450
Binary11100110010001110111111110101011110101110011101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39916F; }

 p { color: rgb(57,145,111); }

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

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

 a { background-color: rgb(57,145,111); }

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

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

 span { border-color: rgb(57,145,111); }

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