#349216

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

Shades of La Palma #349216

Tints of La Palma #349216

Color information

#349216 (or 0x349216) is unknown color: approx La Palma. HEX triplet: 34, 92 and 16. RGB value is (52,146,22). Sum of RGB (Red+Green+Blue) = 52+146+22=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #349216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349216 is #CB6DE9. Grayscale: #686868. Windows color (decimal): -13331946 or 1479220. OLE color: 1479220.

HSL color Cylindrical-coordinate representation of color #349216: hue angle of 105.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #349216 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB5214622-
CMYK0.6400.850.43
HSL105.48º73.81%32.94%-
HSV(B)105.48º84.93%57.25%-
XYZ11.8421.354.26-
YUV103.7681.8691.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 146 (57.42% from 255) = 66.36%
BLUE value IS 22 (8.98% from 255) = 10%
R=23.64%
G=66.36%
B=10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146220.6400.850.43105.4873.8132.94
Hex349216400552B694a21
Octal642222610001255315111241
Binary110100100100101011010000000101010110101111010011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349216; }

 p { color: rgb(52,146,22); }

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

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

 a { background-color: rgb(52,146,22); }

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

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

 span { border-color: rgb(52,146,22); }

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