#349A19

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

Shades of La Palma #349A19

Tints of La Palma #349A19

Color information

#349A19 (or 0x349A19) is unknown color: approx La Palma. HEX triplet: 34, 9A and 19. RGB value is (52,154,25). Sum of RGB (Red+Green+Blue) = 52+154+25=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 154 (60.55% from 255 or 66.67% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 154 - color contains mainly: green. Hex color #349A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349A19 is #CB65E6. Grayscale: #6D6D6D. Windows color (decimal): -13329895 or 1677876. OLE color: 1677876.

HSL color Cylindrical-coordinate representation of color #349A19: hue angle of 107.44º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #349A19 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB5215425-
CMYK0.6600.840.40
HSL107.44º72.07%35.1%-
HSV(B)107.44º83.77%60.39%-
XYZ13.1523.914.84-
YUV108.880.7187.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 154 (60.55% from 255) = 66.67%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=22.51%
G=66.67%
B=10.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52154250.6600.840.40107.4472.0735.1
Hex349A1942054286b4823
Octal642323110201245015311043
Binary110100100110101100110000100101010010100011010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349A19; }

 p { color: rgb(52,154,25); }

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

<style>
 a { background-color: #349A19; }

 a { background-color: rgb(52,154,25); }

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

<style>
 span { border-color: #349A19; }

 span { border-color: rgb(52,154,25); }

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