#37775F

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

Shades of Viridian #37775F

Tints of Viridian #37775F

Color information

#37775F (or 0x37775F) is unknown color: approx Viridian. HEX triplet: 37, 77 and 5F. RGB value is (55,119,95). Sum of RGB (Red+Green+Blue) = 55+119+95=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #37775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37775F is #C888A0. Grayscale: #616161. Windows color (decimal): -13142177 or 6256439. OLE color: 6256439.

HSL color Cylindrical-coordinate representation of color #37775F: hue angle of 157.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37775F is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB5511995-
CMYK0.5400.200.53
HSL157.5º36.78%34.12%-
HSV(B)157.5º53.78%46.67%-
XYZ10.2414.8313.15-
YUV97.13126.897.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 119 (46.88% from 255) = 44.24%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=20.45%
G=44.24%
B=35.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119950.5400.200.53157.536.7834.12
Hex37775F36014359e2522
Octal6716713766024652364542
Binary1101111110111101111111011001010011010110011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37775F; }

 p { color: rgb(55,119,95); }

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

<style>
 a { background-color: #37775F; }

 a { background-color: rgb(55,119,95); }

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

<style>
 span { border-color: #37775F; }

 span { border-color: rgb(55,119,95); }

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