#37925D

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

Shades of Eucalyptus #37925D

Tints of Eucalyptus #37925D

Color information

#37925D (or 0x37925D) is unknown color: approx Eucalyptus. HEX triplet: 37, 92 and 5D. RGB value is (55,146,93). Sum of RGB (Red+Green+Blue) = 55+146+93=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #37925D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37925D is #C86DA2. Grayscale: #707070. Windows color (decimal): -13135267 or 6132279. OLE color: 6132279.

HSL color Cylindrical-coordinate representation of color #37925D: hue angle of 145.05º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37925D is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB5514693-
CMYK0.6200.360.43
HSL145.05º45.27%39.41%-
HSV(B)145.05º62.33%57.25%-
XYZ13.8322.1613.9-
YUV112.75116.8586.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.71%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=18.71%
G=49.66%
B=31.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55146930.6200.360.43145.0545.2739.41
Hex37925D3E0242B912d27
Octal6722213576044532215547
Binary110111100100101011101111110010010010101110010001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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