#349B16

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

Shades of La Palma #349B16

Tints of La Palma #349B16

Color information

#349B16 (or 0x349B16) is unknown color: approx La Palma. HEX triplet: 34, 9B and 16. RGB value is (52,155,22). Sum of RGB (Red+Green+Blue) = 52+155+22=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 155 (60.94% from 255 or 67.69% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 155 - color contains mainly: green. Hex color #349B16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349B16 is #CB64E9. Grayscale: #6D6D6D. Windows color (decimal): -13329642 or 1481524. OLE color: 1481524.

HSL color Cylindrical-coordinate representation of color #349B16: hue angle of 106.47º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #349B16 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB5215522-
CMYK0.6600.860.39
HSL106.47º75.14%34.71%-
HSV(B)106.47º85.81%60.78%-
XYZ13.2824.234.74-
YUV109.0478.8887.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 155 (60.94% from 255) = 67.69%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=22.71%
G=67.69%
B=9.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52155220.6600.860.39106.4775.1434.71
Hex349B1642056276a4b23
Octal642332610201264715211343
Binary110100100110111011010000100101011010011111010101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349B16; }

 p { color: rgb(52,155,22); }

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

<style>
 a { background-color: #349B16; }

 a { background-color: rgb(52,155,22); }

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

<style>
 span { border-color: #349B16; }

 span { border-color: rgb(52,155,22); }

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