#379063

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

Shades of Eucalyptus #379063

Tints of Eucalyptus #379063

Color information

#379063 (or 0x379063) is unknown color: approx Eucalyptus. HEX triplet: 37, 90 and 63. RGB value is (55,144,99). Sum of RGB (Red+Green+Blue) = 55+144+99=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #379063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379063 is #C86F9C. Grayscale: #707070. Windows color (decimal): -13135773 or 6524983. OLE color: 6524983.

HSL color Cylindrical-coordinate representation of color #379063: hue angle of 149.66º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379063 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB5514499-
CMYK0.6200.310.44
HSL149.66º44.72%39.02%-
HSV(B)149.66º61.81%56.47%-
XYZ13.821.6615.26-
YUV112.26120.5187.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=18.46%
G=48.32%
B=33.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55144990.6200.310.44149.6644.7239.02
Hex3790633E01F2C962d27
Octal6722014376037542265547
Binary11011110010000110001111111001111110110010010110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379063; }

 p { color: rgb(55,144,99); }

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

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

 a { background-color: rgb(55,144,99); }

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

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

 span { border-color: rgb(55,144,99); }

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