#34A216

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

Shades of La Palma #34A216

Tints of La Palma #34A216

Color information

#34A216 (or 0x34A216) is unknown color: approx La Palma. HEX triplet: 34, A2 and 16. RGB value is (52,162,22). Sum of RGB (Red+Green+Blue) = 52+162+22=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #34A216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A216 is #CB5DE9. Grayscale: #717171. Windows color (decimal): -13327850 or 1483316. OLE color: 1483316.

HSL color Cylindrical-coordinate representation of color #34A216: hue angle of 107.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34A216 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB5216222-
CMYK0.6800.860.36
HSL107.14º76.09%36.08%-
HSV(B)107.14º86.42%63.53%-
XYZ14.4826.635.14-
YUV113.1576.5684.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 162 (63.67% from 255) = 68.64%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=22.03%
G=68.64%
B=9.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52162220.6800.860.36107.1476.0936.08
Hex34A21644056246b4c24
Octal642422610401264415311444
Binary110100101000101011010001000101011010010011010111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A216; }

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

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

<style>
 a { background-color: #34A216; }

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

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

<style>
 span { border-color: #34A216; }

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

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