#34A223

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

Shades of La Palma #34A223

Tints of La Palma #34A223

Color information

#34A223 (or 0x34A223) is unknown color: approx La Palma. HEX triplet: 34, A2 and 23. RGB value is (52,162,35). Sum of RGB (Red+Green+Blue) = 52+162+35=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #34A223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A223 is #CB5DDC. Grayscale: #737373. Windows color (decimal): -13327837 or 2335284. OLE color: 2335284.

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

Color convert

RGB5216235-
CMYK0.6800.780.36
HSL111.97º64.47%38.63%-
HSV(B)111.97º78.4%63.53%-
XYZ14.6426.695.97-
YUV114.6383.0683.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.88%
GREEN value IS 162 (63.67% from 255) = 65.06%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=20.88%
G=65.06%
B=14.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52162350.6800.780.36111.9764.4738.63
Hex34A2234404E24704027
Octal642424310401164416010047
Binary1101001010001010001110001000100111010010011100001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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