#379360

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

Shades of Eucalyptus #379360

Tints of Eucalyptus #379360

Color information

#379360 (or 0x379360) is unknown color: approx Eucalyptus. HEX triplet: 37, 93 and 60. RGB value is (55,147,96). Sum of RGB (Red+Green+Blue) = 55+147+96=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #379360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379360 is #C86C9F. Grayscale: #717171. Windows color (decimal): -13135008 or 6329143. OLE color: 6329143.

HSL color Cylindrical-coordinate representation of color #379360: hue angle of 146.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379360 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB5514796-
CMYK0.6300.350.42
HSL146.74º45.54%39.61%-
HSV(B)146.74º62.59%57.65%-
XYZ14.1222.5214.67-
YUV113.68118.0286.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=18.46%
G=49.33%
B=32.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55147960.6300.350.42146.7445.5439.61
Hex3793603F0232A932e28
Octal6722314077043522235650
Binary110111100100111100000111111010001110101010010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379360; }

 p { color: rgb(55,147,96); }

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

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

 a { background-color: rgb(55,147,96); }

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

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

 span { border-color: rgb(55,147,96); }

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