#37886C

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

Shades of Viridian #37886C

Tints of Viridian #37886C

Color information

#37886C (or 0x37886C) is unknown color: approx Viridian. HEX triplet: 37, 88 and 6C. RGB value is (55,136,108). Sum of RGB (Red+Green+Blue) = 55+136+108=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #37886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37886C is #C87793. Grayscale: #6C6C6C. Windows color (decimal): -13137812 or 7112759. OLE color: 7112759.

HSL color Cylindrical-coordinate representation of color #37886C: hue angle of 159.26º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37886C is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB55136108-
CMYK0.6000.210.47
HSL159.26º42.41%37.45%-
HSV(B)159.26º59.56%53.33%-
XYZ13.0919.517.26-
YUV108.59127.6689.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=18.39%
G=45.48%
B=36.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551361080.6000.210.47159.2642.4137.45
Hex37886C3C0152F9f2a25
Octal6721015474025572375245
Binary11011110001000110110011110001010110111110011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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