#37995A

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

Shades of Eucalyptus #37995A

Tints of Eucalyptus #37995A

Color information

#37995A (or 0x37995A) is unknown color: approx Eucalyptus. HEX triplet: 37, 99 and 5A. RGB value is (55,153,90). Sum of RGB (Red+Green+Blue) = 55+153+90=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #37995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37995A is #C866A5. Grayscale: #747474. Windows color (decimal): -13133478 or 5937463. OLE color: 5937463.

HSL color Cylindrical-coordinate representation of color #37995A: hue angle of 141.43º 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 #37995A is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB5515390-
CMYK0.6400.410.4
HSL141.43º47.12%40.78%-
HSV(B)141.43º64.05%60%-
XYZ14.8124.3313.59-
YUV116.52113.0384.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=18.46%
G=51.34%
B=30.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153900.6400.410.4141.4347.1240.78
Hex37995A40029288d2f29
Octal67231132100051502155751
Binary1101111001100110110101000000010100110100010001101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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