#379161

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

Shades of Eucalyptus #379161

Tints of Eucalyptus #379161

Color information

#379161 (or 0x379161) is unknown color: approx Eucalyptus. HEX triplet: 37, 91 and 61. RGB value is (55,145,97). Sum of RGB (Red+Green+Blue) = 55+145+97=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #379161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379161 is #C86E9E. Grayscale: #707070. Windows color (decimal): -13135519 or 6394167. OLE color: 6394167.

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

Color convert

RGB5514597-
CMYK0.6200.330.43
HSL148º45%39.22%-
HSV(B)148º62.07%56.86%-
XYZ13.8621.9314.81-
YUV112.62119.1886.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.52%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=18.52%
G=48.82%
B=32.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55145970.6200.330.431484539.22
Hex3791613E0212B942d27
Octal6722114176041532245547
Binary110111100100011100001111110010000110101110010100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379161; }

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

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

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

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

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

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

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

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