#37995D

Color #37995D Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #37995D

Tints of Eucalyptus #37995D

Color information

#37995D (or 0x37995D) is unknown color: approx Eucalyptus. HEX triplet: 37, 99 and 5D. RGB value is (55,153,93). Sum of RGB (Red+Green+Blue) = 55+153+93=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #37995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37995D is #C866A2. Grayscale: #757575. Windows color (decimal): -13133475 or 6134071. OLE color: 6134071.

HSL color Cylindrical-coordinate representation of color #37995D: hue angle of 143.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37995D is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB5515393-
CMYK0.6400.390.4
HSL143.27º47.12%40.78%-
HSV(B)143.27º64.05%60%-
XYZ14.9424.3914.28-
YUV116.86114.5383.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=18.27%
G=50.83%
B=30.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153930.6400.390.4143.2747.1240.78
Hex37995D40027288f2f29
Octal67231135100047502175751
Binary1101111001100110111011000000010011110100010001111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37995D; }

 p { color: rgb(55,153,93); }

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

<style>
 a { background-color: #37995D; }

 a { background-color: rgb(55,153,93); }

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

<style>
 span { border-color: #37995D; }

 span { border-color: rgb(55,153,93); }

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