#329213

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

Shades of La Palma #329213

Tints of La Palma #329213

Color information

#329213 (or 0x329213) is unknown color: approx La Palma. HEX triplet: 32, 92 and 13. RGB value is (50,146,19). Sum of RGB (Red+Green+Blue) = 50+146+19=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 146 (57.42% from 255 or 67.91% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 146 - color contains mainly: green. Hex color #329213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329213 is #CD6DEC. Grayscale: #676767. Windows color (decimal): -13463021 or 1282610. OLE color: 1282610.

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

Color convert

RGB5014619-
CMYK0.6600.870.43
HSL105.35º76.97%32.35%-
HSV(B)105.35º86.99%57.25%-
XYZ11.7121.284.11-
YUV102.8280.790.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 146 (57.42% from 255) = 67.91%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=23.26%
G=67.91%
B=8.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50146190.6600.870.43105.3576.9732.35
Hex329213420572B694d20
Octal622222310201275315111540
Binary110010100100101001110000100101011110101111010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329213; }

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

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

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

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

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

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

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

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