#379660

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

Shades of Eucalyptus #379660

Tints of Eucalyptus #379660

Color information

#379660 (or 0x379660) is unknown color: approx Eucalyptus. HEX triplet: 37, 96 and 60. RGB value is (55,150,96). Sum of RGB (Red+Green+Blue) = 55+150+96=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #379660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379660 is #C8699F. Grayscale: #737373. Windows color (decimal): -13134240 or 6329911. OLE color: 6329911.

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

Color convert

RGB5515096-
CMYK0.6300.360.41
HSL145.89º46.34%40.2%-
HSV(B)145.89º63.33%58.82%-
XYZ14.5923.4714.83-
YUV115.44117.0384.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 150 (58.98% from 255) = 49.83%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=18.27%
G=49.83%
B=31.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55150960.6300.360.41145.8946.3440.2
Hex3796603F02429922e28
Octal6722614077044512225650
Binary110111100101101100000111111010010010100110010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379660; }

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

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

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

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

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

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

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

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