#34A41E

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

Shades of La Palma #34A41E

Tints of La Palma #34A41E

Color information

#34A41E (or 0x34A41E) is unknown color: approx La Palma. HEX triplet: 34, A4 and 1E. RGB value is (52,164,30). Sum of RGB (Red+Green+Blue) = 52+164+30=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #34A41E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A41E is #CB5BE1. Grayscale: #737373. Windows color (decimal): -13327330 or 2008116. OLE color: 2008116.

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

Color convert

RGB5216430-
CMYK0.6800.820.36
HSL110.15º69.07%38.04%-
HSV(B)110.15º81.71%64.31%-
XYZ14.9327.375.73-
YUV115.2479.8982.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 164 (64.45% from 255) = 66.67%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=21.14%
G=66.67%
B=12.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52164300.6800.820.36110.1569.0738.04
Hex34A41E44052246e4526
Octal642443610401224415610546
Binary110100101001001111010001000101001010010011011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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