#379168

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

Shades of Eucalyptus #379168

Tints of Eucalyptus #379168

Color information

#379168 (or 0x379168) is unknown color: approx Eucalyptus. HEX triplet: 37, 91 and 68. RGB value is (55,145,104). Sum of RGB (Red+Green+Blue) = 55+145+104=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #379168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379168 is #C86E97. Grayscale: #717171. Windows color (decimal): -13135512 or 6852919. OLE color: 6852919.

HSL color Cylindrical-coordinate representation of color #379168: hue angle of 152.67º 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 #379168 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB55145104-
CMYK0.6200.280.43
HSL152.67º45%39.22%-
HSV(B)152.67º62.07%56.86%-
XYZ14.222.0616.61-
YUV113.42122.6886.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=18.09%
G=47.70%
B=34.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451040.6200.280.43152.674539.22
Hex3791683E01C2B992d27
Octal6722115076034532315547
Binary11011110010001110100011111001110010101110011001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379168; }

 p { color: rgb(55,145,104); }

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

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

 a { background-color: rgb(55,145,104); }

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

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

 span { border-color: rgb(55,145,104); }

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