#37926F

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

Shades of Viridian #37926F

Tints of Viridian #37926F

Color information

#37926F (or 0x37926F) is unknown color: approx Viridian. HEX triplet: 37, 92 and 6F. RGB value is (55,146,111). Sum of RGB (Red+Green+Blue) = 55+146+111=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #37926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37926F is #C86D90. Grayscale: #727272. Windows color (decimal): -13135249 or 7311927. OLE color: 7311927.

HSL color Cylindrical-coordinate representation of color #37926F: hue angle of 156.92º 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 #37926F is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB55146111-
CMYK0.6200.240.43
HSL156.92º45.27%39.41%-
HSV(B)156.92º62.33%57.25%-
XYZ14.7222.5218.61-
YUV114.8125.8585.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=17.63%
G=46.79%
B=35.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551461110.6200.240.43156.9245.2739.41
Hex37926F3E0182B9d2d27
Octal6722215776030532355547
Binary11011110010010110111111111001100010101110011101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,146,111); }

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

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

 a { background-color: rgb(55,146,111); }

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

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

 span { border-color: rgb(55,146,111); }

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