#339B14

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

Shades of La Palma #339B14

Tints of La Palma #339B14

Color information

#339B14 (or 0x339B14) is unknown color: approx La Palma. HEX triplet: 33, 9B and 14. RGB value is (51,155,20). Sum of RGB (Red+Green+Blue) = 51+155+20=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 155 (60.94% from 255 or 68.58% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 155 - color contains mainly: green. Hex color #339B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339B14 is #CC64EB. Grayscale: #6C6C6C. Windows color (decimal): -13395180 or 1350451. OLE color: 1350451.

HSL color Cylindrical-coordinate representation of color #339B14: hue angle of 106.22º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #339B14 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB5115520-
CMYK0.6700.870.39
HSL106.22º77.14%34.31%-
HSV(B)106.22º87.1%60.78%-
XYZ13.2124.24.64-
YUV108.5178.0486.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 155 (60.94% from 255) = 68.58%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=22.57%
G=68.58%
B=8.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51155200.6700.870.39106.2277.1434.31
Hex339B1443057276a4d22
Octal632332410301274715211542
Binary110011100110111010010000110101011110011111010101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339B14; }

 p { color: rgb(51,155,20); }

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

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

 a { background-color: rgb(51,155,20); }

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

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

 span { border-color: rgb(51,155,20); }

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