#379066

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

Shades of Eucalyptus #379066

Tints of Eucalyptus #379066

Color information

#379066 (or 0x379066) is unknown color: approx Eucalyptus. HEX triplet: 37, 90 and 66. RGB value is (55,144,102). Sum of RGB (Red+Green+Blue) = 55+144+102=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #379066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379066 is #C86F99. Grayscale: #707070. Windows color (decimal): -13135770 or 6721591. OLE color: 6721591.

HSL color Cylindrical-coordinate representation of color #379066: hue angle of 151.69º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379066 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB55144102-
CMYK0.6200.290.44
HSL151.69º44.72%39.02%-
HSV(B)151.69º61.81%56.47%-
XYZ13.9521.7216.03-
YUV112.6122.0186.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=18.27%
G=47.84%
B=33.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551441020.6200.290.44151.6944.7239.02
Hex3790663E01D2C982d27
Octal6722014676035542305547
Binary11011110010000110011011111001110110110010011000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379066; }

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

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

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

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

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

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

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

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