#37896C

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

Shades of Viridian #37896C

Tints of Viridian #37896C

Color information

#37896C (or 0x37896C) is unknown color: approx Viridian. HEX triplet: 37, 89 and 6C. RGB value is (55,137,108). Sum of RGB (Red+Green+Blue) = 55+137+108=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #37896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37896C is #C87693. Grayscale: #6D6D6D. Windows color (decimal): -13137556 or 7113015. OLE color: 7113015.

HSL color Cylindrical-coordinate representation of color #37896C: hue angle of 158.78º 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 #37896C is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB55137108-
CMYK0.6000.210.46
HSL158.78º42.71%37.65%-
HSV(B)158.78º59.85%53.73%-
XYZ13.2319.7917.31-
YUV109.18127.3389.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 108 (42.58% from 255) = 36%
R=18.33%
G=45.67%
B=36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551371080.6000.210.46158.7842.7137.65
Hex37896C3C0152E9f2b26
Octal6721115474025562375346
Binary11011110001001110110011110001010110111010011111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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