#32950E

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

Shades of La Palma #32950E

Tints of La Palma #32950E

Color information

#32950E (or 0x32950E) is unknown color: approx La Palma. HEX triplet: 32, 95 and 0E. RGB value is (50,149,14). Sum of RGB (Red+Green+Blue) = 50+149+14=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #32950E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32950E is #CD6AF1. Grayscale: #686868. Windows color (decimal): -13462258 or 955698. OLE color: 955698.

HSL color Cylindrical-coordinate representation of color #32950E: hue angle of 104º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32950E is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB5014914-
CMYK0.6600.910.42
HSL104º82.82%31.96%-
HSV(B)104º90.6%58.43%-
XYZ12.1422.24.06-
YUV104.0177.289.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 149 (58.59% from 255) = 69.95%
BLUE value IS 14 (5.86% from 255) = 6.57%
R=23.47%
G=69.95%
B=6.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149140.6600.910.4210482.8231.96
Hex3295E4205B2A685320
Octal622251610201335215012340
Binary11001010010101111010000100101101110101011010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32950E; }

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

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

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

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

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

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

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

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