#37785F

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

Shades of Viridian #37785F

Tints of Viridian #37785F

Color information

#37785F (or 0x37785F) is unknown color: approx Viridian. HEX triplet: 37, 78 and 5F. RGB value is (55,120,95). Sum of RGB (Red+Green+Blue) = 55+120+95=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #37785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37785F is #C887A0. Grayscale: #616161. Windows color (decimal): -13141921 or 6256695. OLE color: 6256695.

HSL color Cylindrical-coordinate representation of color #37785F: hue angle of 156.92º 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 #37785F is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5512095-
CMYK0.5400.210.53
HSL156.92º37.14%34.31%-
HSV(B)156.92º54.17%47.06%-
XYZ10.3615.0713.19-
YUV97.71126.4797.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=20.37%
G=44.44%
B=35.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120950.5400.210.53156.9237.1434.31
Hex37785F36015359d2522
Octal6717013766025652354542
Binary1101111111000101111111011001010111010110011101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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