#329467

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

Shades of Eucalyptus #329467

Tints of Eucalyptus #329467

Color information

#329467 (or 0x329467) is unknown color: approx Eucalyptus. HEX triplet: 32, 94 and 67. RGB value is (50,148,103). Sum of RGB (Red+Green+Blue) = 50+148+103=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #329467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329467 is #CD6B98. Grayscale: #717171. Windows color (decimal): -13462425 or 6788146. OLE color: 6788146.

HSL color Cylindrical-coordinate representation of color #329467: hue angle of 152.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329467 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB50148103-
CMYK0.6600.300.42
HSL152.45º49.49%38.82%-
HSV(B)152.45º66.22%58.04%-
XYZ14.3522.8416.48-
YUV113.57122.0382.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=16.61%
G=49.17%
B=34.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501481030.6600.300.42152.4549.4938.82
Hex3294674201E2A983127
Octal62224147102036522306147
Binary110010100101001100111100001001111010101010011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329467; }

 p { color: rgb(50,148,103); }

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

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

 a { background-color: rgb(50,148,103); }

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

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

 span { border-color: rgb(50,148,103); }

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