#33970E

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

Shades of La Palma #33970E

Tints of La Palma #33970E

Color information

#33970E (or 0x33970E) is unknown color: approx La Palma. HEX triplet: 33, 97 and 0E. RGB value is (51,151,14). Sum of RGB (Red+Green+Blue) = 51+151+14=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 151 (59.38% from 255 or 69.91% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 151 - color contains mainly: green. Hex color #33970E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33970E is #CC68F1. Grayscale: #696969. Windows color (decimal): -13396210 or 956211. OLE color: 956211.

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

Color convert

RGB5115114-
CMYK0.6600.910.41
HSL103.8º83.03%32.35%-
HSV(B)103.8º90.73%59.22%-
XYZ12.5122.874.17-
YUV105.4876.3789.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 151 (59.38% from 255) = 69.91%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=23.61%
G=69.91%
B=6.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51151140.6600.910.41103.883.0332.35
Hex3397E4205B29685320
Octal632271610201335115012340
Binary11001110010111111010000100101101110100111010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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