#349629

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

Shades of La Palma #349629

Tints of La Palma #349629

Color information

#349629 (or 0x349629) is unknown color: approx La Palma. HEX triplet: 34, 96 and 29. RGB value is (52,150,41). Sum of RGB (Red+Green+Blue) = 52+150+41=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #349629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349629 is #CB69D6. Grayscale: #6C6C6C. Windows color (decimal): -13330903 or 2725428. OLE color: 2725428.

HSL color Cylindrical-coordinate representation of color #349629: hue angle of 113.94º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #349629 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB5215041-
CMYK0.6500.730.41
HSL113.94º57.07%37.45%-
HSV(B)113.94º72.67%58.82%-
XYZ12.7222.75.81-
YUV108.2790.0387.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 150 (58.98% from 255) = 61.73%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=21.40%
G=61.73%
B=16.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150410.6500.730.41113.9457.0737.45
Hex3496294104929723925
Octal64226511010111511627145
Binary110100100101101010011000001010010011010011110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349629; }

 p { color: rgb(52,150,41); }

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

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

 a { background-color: rgb(52,150,41); }

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

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

 span { border-color: rgb(52,150,41); }

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