#34A215

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

Shades of La Palma #34A215

Tints of La Palma #34A215

Color information

#34A215 (or 0x34A215) is unknown color: approx La Palma. HEX triplet: 34, A2 and 15. RGB value is (52,162,21). Sum of RGB (Red+Green+Blue) = 52+162+21=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 162 (63.67% from 255 or 68.94% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 162 - color contains mainly: green. Hex color #34A215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A215 is #CB5DEA. Grayscale: #717171. Windows color (decimal): -13327851 or 1417780. OLE color: 1417780.

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

Color convert

RGB5216221-
CMYK0.6800.870.36
HSL106.81º77.05%35.88%-
HSV(B)106.81º87.04%63.53%-
XYZ14.4726.625.09-
YUV113.0476.0684.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 162 (63.67% from 255) = 68.94%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=22.13%
G=68.94%
B=8.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52162210.6800.870.36106.8177.0535.88
Hex34A21544057246b4d24
Octal642422510401274415311544
Binary110100101000101010110001000101011110010011010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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