#37896B

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

Shades of Viridian #37896B

Tints of Viridian #37896B

Color information

#37896B (or 0x37896B) is unknown color: approx Viridian. HEX triplet: 37, 89 and 6B. RGB value is (55,137,107). Sum of RGB (Red+Green+Blue) = 55+137+107=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #37896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37896B is #C87694. Grayscale: #6D6D6D. Windows color (decimal): -13137557 or 7047479. OLE color: 7047479.

HSL color Cylindrical-coordinate representation of color #37896B: hue angle of 158.05º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37896B is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB55137107-
CMYK0.6000.220.46
HSL158.05º42.71%37.65%-
HSV(B)158.05º59.85%53.73%-
XYZ13.1819.7717.03-
YUV109.06126.8389.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=18.39%
G=45.82%
B=35.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551371070.6000.220.46158.0542.7137.65
Hex37896B3C0162E9e2b26
Octal6721115374026562365346
Binary11011110001001110101111110001011010111010011110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37896B; }

 p { color: rgb(55,137,107); }

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

<style>
 a { background-color: #37896B; }

 a { background-color: rgb(55,137,107); }

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

<style>
 span { border-color: #37896B; }

 span { border-color: rgb(55,137,107); }

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