#349C16

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

Shades of La Palma #349C16

Tints of La Palma #349C16

Color information

#349C16 (or 0x349C16) is unknown color: approx La Palma. HEX triplet: 34, 9C and 16. RGB value is (52,156,22). Sum of RGB (Red+Green+Blue) = 52+156+22=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 156 (61.33% from 255 or 67.83% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 156 - color contains mainly: green. Hex color #349C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C16 is #CB63E9. Grayscale: #6E6E6E. Windows color (decimal): -13329386 or 1481780. OLE color: 1481780.

HSL color Cylindrical-coordinate representation of color #349C16: hue angle of 106.57º 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 #349C16 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB5215622-
CMYK0.6700.860.39
HSL106.57º75.28%34.9%-
HSV(B)106.57º85.9%61.18%-
XYZ13.4524.564.79-
YUV109.6378.5486.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 156 (61.33% from 255) = 67.83%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=22.61%
G=67.83%
B=9.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52156220.6700.860.39106.5775.2834.9
Hex349C1643056276b4b23
Octal642342610301264715311343
Binary110100100111001011010000110101011010011111010111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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