#329269

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

Shades of Eucalyptus #329269

Tints of Eucalyptus #329269

Color information

#329269 (or 0x329269) is unknown color: approx Eucalyptus. HEX triplet: 32, 92 and 69. RGB value is (50,146,105). Sum of RGB (Red+Green+Blue) = 50+146+105=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #329269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329269 is #CD6D96. Grayscale: #707070. Windows color (decimal): -13462935 or 6918706. OLE color: 6918706.

HSL color Cylindrical-coordinate representation of color #329269: hue angle of 154.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329269 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB50146105-
CMYK0.6600.280.43
HSL154.38º48.98%38.43%-
HSV(B)154.38º65.75%57.25%-
XYZ14.1422.2616.91-
YUV112.62123.783.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=16.61%
G=48.50%
B=34.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501461050.6600.280.43154.3848.9838.43
Hex3292694201C2B9a3126
Octal62222151102034532326146
Binary110010100100101101001100001001110010101110011010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329269; }

 p { color: rgb(50,146,105); }

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

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

 a { background-color: rgb(50,146,105); }

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

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

 span { border-color: rgb(50,146,105); }

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