#34971A

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

Shades of La Palma #34971A

Tints of La Palma #34971A

Color information

#34971A (or 0x34971A) is unknown color: approx La Palma. HEX triplet: 34, 97 and 1A. RGB value is (52,151,26). Sum of RGB (Red+Green+Blue) = 52+151+26=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 151 (59.38% from 255 or 65.94% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 151 - color contains mainly: green. Hex color #34971A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34971A is #CB68E5. Grayscale: #6B6B6B. Windows color (decimal): -13330662 or 1742644. OLE color: 1742644.

HSL color Cylindrical-coordinate representation of color #34971A: hue angle of 107.52º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34971A is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB5215126-
CMYK0.6600.830.41
HSL107.52º70.62%34.71%-
HSV(B)107.52º82.78%59.22%-
XYZ12.6722.944.74-
YUV107.1582.288.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 151 (59.38% from 255) = 65.94%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=22.71%
G=65.94%
B=11.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151260.6600.830.41107.5270.6234.71
Hex34971A42053296c4723
Octal642273210201235115410743
Binary110100100101111101010000100101001110100111011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34971A; }

 p { color: rgb(52,151,26); }

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

<style>
 a { background-color: #34971A; }

 a { background-color: rgb(52,151,26); }

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

<style>
 span { border-color: #34971A; }

 span { border-color: rgb(52,151,26); }

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