#32961C

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

Shades of La Palma #32961C

Tints of La Palma #32961C

Color information

#32961C (or 0x32961C) is unknown color: approx La Palma. HEX triplet: 32, 96 and 1C. RGB value is (50,150,28). Sum of RGB (Red+Green+Blue) = 50+150+28=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #32961C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32961C is #CD69E3. Grayscale: #6A6A6A. Windows color (decimal): -13461988 or 1873458. OLE color: 1873458.

HSL color Cylindrical-coordinate representation of color #32961C: hue angle of 109.18º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32961C is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB5015028-
CMYK0.6700.810.41
HSL109.18º68.54%34.9%-
HSV(B)109.18º81.33%58.82%-
XYZ12.4322.574.8-
YUV106.1983.8787.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 150 (58.98% from 255) = 65.79%
BLUE value IS 28 (11.33% from 255) = 12.28%
R=21.93%
G=65.79%
B=12.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150280.6700.810.41109.1868.5434.9
Hex32961C43051296d4523
Octal622263410301215115510543
Binary110010100101101110010000110101000110100111011011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32961C; }

 p { color: rgb(50,150,28); }

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

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

 a { background-color: rgb(50,150,28); }

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

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

 span { border-color: rgb(50,150,28); }

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