#379466

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

Shades of Eucalyptus #379466

Tints of Eucalyptus #379466

Color information

#379466 (or 0x379466) is unknown color: approx Eucalyptus. HEX triplet: 37, 94 and 66. RGB value is (55,148,102). Sum of RGB (Red+Green+Blue) = 55+148+102=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #379466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379466 is #C86B99. Grayscale: #737373. Windows color (decimal): -13134746 or 6722615. OLE color: 6722615.

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

Color convert

RGB55148102-
CMYK0.6300.310.42
HSL150.32º45.81%39.8%-
HSV(B)150.32º62.84%58.04%-
XYZ14.5622.9516.23-
YUV114.95120.6985.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=18.03%
G=48.52%
B=33.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551481020.6300.310.42150.3245.8139.8
Hex3794663F01F2A962e28
Octal6722414677037522265650
Binary11011110010100110011011111101111110101010010110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379466; }

 p { color: rgb(55,148,102); }

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

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

 a { background-color: rgb(55,148,102); }

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

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

 span { border-color: rgb(55,148,102); }

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