#37916D

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

Shades of Viridian #37916D

Tints of Viridian #37916D

Color information

#37916D (or 0x37916D) is unknown color: approx Viridian. HEX triplet: 37, 91 and 6D. RGB value is (55,145,109). Sum of RGB (Red+Green+Blue) = 55+145+109=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #37916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37916D is #C86E92. Grayscale: #727272. Windows color (decimal): -13135507 or 7180599. OLE color: 7180599.

HSL color Cylindrical-coordinate representation of color #37916D: hue angle of 156º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37916D is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB55145109-
CMYK0.6200.250.43
HSL156º45%39.22%-
HSV(B)156º62.07%56.86%-
XYZ14.4622.1717.98-
YUV113.99125.1885.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=17.80%
G=46.93%
B=35.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451090.6200.250.431564539.22
Hex37916D3E0192B9c2d27
Octal6722115576031532345547
Binary11011110010001110110111111001100110101110011100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,145,109); }

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

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

 a { background-color: rgb(55,145,109); }

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

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

 span { border-color: rgb(55,145,109); }

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