#34991A

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

Shades of La Palma #34991A

Tints of La Palma #34991A

Color information

#34991A (or 0x34991A) is unknown color: approx La Palma. HEX triplet: 34, 99 and 1A. RGB value is (52,153,26). Sum of RGB (Red+Green+Blue) = 52+153+26=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #34991A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34991A is #CB66E5. Grayscale: #6C6C6C. Windows color (decimal): -13330150 or 1743156. OLE color: 1743156.

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

Color convert

RGB5215326-
CMYK0.6600.830.4
HSL107.72º70.95%35.1%-
HSV(B)107.72º83.01%60%-
XYZ12.9923.594.85-
YUV108.3281.5487.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 153 (60.16% from 255) = 66.23%
BLUE value IS 26 (10.55% from 255) = 11.26%
R=22.51%
G=66.23%
B=11.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153260.6600.830.4107.7270.9535.1
Hex34991A42053286c4723
Octal642313210201235015410743
Binary110100100110011101010000100101001110100011011001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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