#37866B

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

Shades of Viridian #37866B

Tints of Viridian #37866B

Color information

#37866B (or 0x37866B) is unknown color: approx Viridian. HEX triplet: 37, 86 and 6B. RGB value is (55,134,107). Sum of RGB (Red+Green+Blue) = 55+134+107=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #37866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37866B is #C87994. Grayscale: #6B6B6B. Windows color (decimal): -13138325 or 7046711. OLE color: 7046711.

HSL color Cylindrical-coordinate representation of color #37866B: hue angle of 159.49º 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 #37866B is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB55134107-
CMYK0.5900.200.47
HSL159.49º41.8%37.06%-
HSV(B)159.49º58.96%52.55%-
XYZ12.7518.9216.89-
YUV107.3127.8390.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.58%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=18.58%
G=45.27%
B=36.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551341070.5900.200.47159.4941.837.06
Hex37866B3B0142F9f2a25
Octal6720615373024572375245
Binary11011110000110110101111101101010010111110011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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