#37975B

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

Shades of Eucalyptus #37975B

Tints of Eucalyptus #37975B

Color information

#37975B (or 0x37975B) is unknown color: approx Eucalyptus. HEX triplet: 37, 97 and 5B. RGB value is (55,151,91). Sum of RGB (Red+Green+Blue) = 55+151+91=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #37975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37975B is #C868A4. Grayscale: #737373. Windows color (decimal): -13133989 or 6002487. OLE color: 6002487.

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

Color convert

RGB5515191-
CMYK0.6400.400.41
HSL142.5º46.6%40.39%-
HSV(B)142.5º63.58%59.22%-
XYZ14.5323.713.71-
YUV115.46114.284.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=18.52%
G=50.84%
B=30.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55151910.6400.400.41142.546.640.39
Hex37975B40028298e2f28
Octal67227133100050512165750
Binary1101111001011110110111000000010100010100110001110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,151,91); }

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

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

 a { background-color: rgb(55,151,91); }

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

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

 span { border-color: rgb(55,151,91); }

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