#379165

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

Shades of Eucalyptus #379165

Tints of Eucalyptus #379165

Color information

#379165 (or 0x379165) is unknown color: approx Eucalyptus. HEX triplet: 37, 91 and 65. RGB value is (55,145,101). Sum of RGB (Red+Green+Blue) = 55+145+101=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #379165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379165 is #C86E9A. Grayscale: #717171. Windows color (decimal): -13135515 or 6656311. OLE color: 6656311.

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

Color convert

RGB55145101-
CMYK0.6200.300.43
HSL150.67º45%39.22%-
HSV(B)150.67º62.07%56.86%-
XYZ14.052215.82-
YUV113.07121.1886.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=18.27%
G=48.17%
B=33.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451010.6200.300.43150.674539.22
Hex3791653E01E2B972d27
Octal6722114576036532275547
Binary11011110010001110010111111001111010101110010111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379165; }

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

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

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

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

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

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

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

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