#39906F

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

Shades of Viridian #39906F

Tints of Viridian #39906F

Color information

#39906F (or 0x39906F) is unknown color: approx Viridian. HEX triplet: 39, 90 and 6F. RGB value is (57,144,111). Sum of RGB (Red+Green+Blue) = 57+144+111=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #39906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39906F is #C66F90. Grayscale: #727272. Windows color (decimal): -13004689 or 7311417. OLE color: 7311417.

HSL color Cylindrical-coordinate representation of color #39906F: hue angle of 157.24º 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 #39906F is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB57144111-
CMYK0.6000.230.44
HSL157.24º43.28%39.41%-
HSV(B)157.24º60.42%56.47%-
XYZ14.5321.9618.51-
YUV114.22126.1887.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 144 (56.64% from 255) = 46.15%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=18.27%
G=46.15%
B=35.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441110.6000.230.44157.2443.2839.41
Hex39906F3C0172C9d2b27
Octal7122015774027542355347
Binary11100110010000110111111110001011110110010011101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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