#34A51E

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

Shades of La Palma #34A51E

Tints of La Palma #34A51E

Color information

#34A51E (or 0x34A51E) is unknown color: approx La Palma. HEX triplet: 34, A5 and 1E. RGB value is (52,165,30). Sum of RGB (Red+Green+Blue) = 52+165+30=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #34A51E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A51E is #CB5AE1. Grayscale: #747474. Windows color (decimal): -13327074 or 2008372. OLE color: 2008372.

HSL color Cylindrical-coordinate representation of color #34A51E: hue angle of 110.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34A51E is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB5216530-
CMYK0.6800.820.35
HSL110.22º69.23%38.24%-
HSV(B)110.22º81.82%64.71%-
XYZ15.1127.735.79-
YUV115.8279.5682.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 165 (64.84% from 255) = 66.80%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=21.05%
G=66.80%
B=12.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52165300.6800.820.35110.2269.2338.24
Hex34A51E44052236e4526
Octal642453610401224315610546
Binary110100101001011111010001000101001010001111011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,165,30); }

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

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

 a { background-color: rgb(52,165,30); }

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

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

 span { border-color: rgb(52,165,30); }

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