#37866A

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

Shades of Viridian #37866A

Tints of Viridian #37866A

Color information

#37866A (or 0x37866A) is unknown color: approx Viridian. HEX triplet: 37, 86 and 6A. RGB value is (55,134,106). Sum of RGB (Red+Green+Blue) = 55+134+106=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #37866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37866A is #C87995. Grayscale: #6B6B6B. Windows color (decimal): -13138326 or 6981175. OLE color: 6981175.

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

Color convert

RGB55134106-
CMYK0.5900.210.47
HSL158.73º41.8%37.06%-
HSV(B)158.73º58.96%52.55%-
XYZ12.718.916.61-
YUV107.19127.3390.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=18.64%
G=45.42%
B=35.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341060.5900.210.47158.7341.837.06
Hex37866A3B0152F9f2a25
Octal6720615273025572375245
Binary11011110000110110101011101101010110111110011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37866A; }

 p { color: rgb(55,134,106); }

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

<style>
 a { background-color: #37866A; }

 a { background-color: rgb(55,134,106); }

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

<style>
 span { border-color: #37866A; }

 span { border-color: rgb(55,134,106); }

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