#33950E

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

Shades of La Palma #33950E

Tints of La Palma #33950E

Color information

#33950E (or 0x33950E) is unknown color: approx La Palma. HEX triplet: 33, 95 and 0E. RGB value is (51,149,14). Sum of RGB (Red+Green+Blue) = 51+149+14=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #33950E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33950E is #CC6AF1. Grayscale: #686868. Windows color (decimal): -13396722 or 955699. OLE color: 955699.

HSL color Cylindrical-coordinate representation of color #33950E: hue angle of 103.56º 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 #33950E is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB5114914-
CMYK0.6600.910.42
HSL103.56º82.82%31.96%-
HSV(B)103.56º90.6%58.43%-
XYZ12.1922.234.06-
YUV104.3177.0389.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 149 (58.59% from 255) = 69.63%
BLUE value IS 14 (5.86% from 255) = 6.54%
R=23.83%
G=69.63%
B=6.54%

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
Decimal51149140.6600.910.42103.5682.8231.96
Hex3395E4205B2A685320
Octal632251610201335215012340
Binary11001110010101111010000100101101110101011010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33950E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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