#34A112

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

Shades of La Palma #34A112

Tints of La Palma #34A112

Color information

#34A112 (or 0x34A112) is unknown color: approx La Palma. HEX triplet: 34, A1 and 12. RGB value is (52,161,18). Sum of RGB (Red+Green+Blue) = 52+161+18=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 161 (63.28% from 255 or 69.70% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 161 - color contains mainly: green. Hex color #34A112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A112 is #CB5EED. Grayscale: #707070. Windows color (decimal): -13328110 or 1220916. OLE color: 1220916.

HSL color Cylindrical-coordinate representation of color #34A112: hue angle of 105.73º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34A112 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB5216118-
CMYK0.6800.890.37
HSL105.73º79.89%35.1%-
HSV(B)105.73º88.82%63.14%-
XYZ14.2726.264.89-
YUV112.1174.8985.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 161 (63.28% from 255) = 69.70%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=22.51%
G=69.70%
B=7.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52161180.6800.890.37105.7379.8935.1
Hex34A11244059256a5023
Octal642412210401314515212043
Binary110100101000011001010001000101100110010111010101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,161,18); }

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

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

 a { background-color: rgb(52,161,18); }

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

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

 span { border-color: rgb(52,161,18); }

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