#329305

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

Shades of La Palma #329305

Tints of La Palma #329305

Color information

#329305 (or 0x329305) is unknown color: approx La Palma. HEX triplet: 32, 93 and 05. RGB value is (50,147,5). Sum of RGB (Red+Green+Blue) = 50+147+5=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 147 (57.81% from 255 or 72.77% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 147 - color contains mainly: green. Hex color #329305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #329305 is #CD6CFA. Grayscale: #666666. Windows color (decimal): -13462779 or 365362. OLE color: 365362.

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

Color convert

RGB501475-
CMYK0.6600.970.42
HSL100.99º93.42%29.8%-
HSV(B)100.99º96.6%57.65%-
XYZ11.7821.563.68-
YUV101.8173.3691.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 147 (57.81% from 255) = 72.77%
BLUE value IS 5 (2.34% from 255) = 2.48%
R=24.75%
G=72.77%
B=2.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5014750.6600.970.42100.9993.4229.8
Hex32935420612A655d1e
Octal62223510201415214513536
Binary110010100100111011000010011000011010101100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329305; }

 p { color: rgb(50,147,5); }

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

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

 a { background-color: rgb(50,147,5); }

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

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

 span { border-color: rgb(50,147,5); }

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