#349326

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

Shades of La Palma #349326

Tints of La Palma #349326

Color information

#349326 (or 0x349326) is unknown color: approx La Palma. HEX triplet: 34, 93 and 26. RGB value is (52,147,38). Sum of RGB (Red+Green+Blue) = 52+147+38=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #349326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349326 is #CB6CD9. Grayscale: #6A6A6A. Windows color (decimal): -13331674 or 2528052. OLE color: 2528052.

HSL color Cylindrical-coordinate representation of color #349326: hue angle of 112.29º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349326 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB5214738-
CMYK0.6500.740.42
HSL112.29º58.92%36.27%-
HSV(B)112.29º74.15%57.65%-
XYZ12.221.745.39-
YUV106.1789.5389.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 147 (57.81% from 255) = 62.03%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=21.94%
G=62.03%
B=16.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147380.6500.740.42112.2958.9236.27
Hex3493264104A2A703b24
Octal64223461010112521607344
Binary110100100100111001101000001010010101010101110000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349326; }

 p { color: rgb(52,147,38); }

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

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

 a { background-color: rgb(52,147,38); }

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

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

 span { border-color: rgb(52,147,38); }

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