#329502

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

Shades of La Palma #329502

Tints of La Palma #329502

Color information

#329502 (or 0x329502) is unknown color: approx La Palma. HEX triplet: 32, 95 and 02. RGB value is (50,149,2). Sum of RGB (Red+Green+Blue) = 50+149+2=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #329502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329502 is #CD6AFD. Grayscale: #676767. Windows color (decimal): -13462270 or 169266. OLE color: 169266.

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

Color convert

RGB501492-
CMYK0.6600.990.42
HSL100.41º97.35%29.61%-
HSV(B)100.41º98.66%58.43%-
XYZ12.0722.183.7-
YUV102.6471.290.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 149 (58.59% from 255) = 74.13%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=24.88%
G=74.13%
B=1.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5014920.6600.990.42100.4197.3529.61
Hex32952420632A64611e
Octal62225210201435214414136
Binary11001010010101101000010011000111010101100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329502; }

 p { color: rgb(50,149,2); }

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

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

 a { background-color: rgb(50,149,2); }

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

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

 span { border-color: rgb(50,149,2); }

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