#34A41B

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

Shades of La Palma #34A41B

Tints of La Palma #34A41B

Color information

#34A41B (or 0x34A41B) is unknown color: approx La Palma. HEX triplet: 34, A4 and 1B. RGB value is (52,164,27). Sum of RGB (Red+Green+Blue) = 52+164+27=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #34A41B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A41B is #CB5BE4. Grayscale: #737373. Windows color (decimal): -13327333 or 1811508. OLE color: 1811508.

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

Color convert

RGB5216427-
CMYK0.6800.840.36
HSL109.05º71.73%37.45%-
HSV(B)109.05º83.54%64.31%-
XYZ14.8927.365.53-
YUV114.8978.3983.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 164 (64.45% from 255) = 67.49%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=21.40%
G=67.49%
B=11.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52164270.6800.840.36109.0571.7337.45
Hex34A41B44054246d4825
Octal642443310401244415511045
Binary110100101001001101110001000101010010010011011011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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