#349309

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

Shades of La Palma #349309

Tints of La Palma #349309

Color information

#349309 (or 0x349309) is unknown color: approx La Palma. HEX triplet: 34, 93 and 09. RGB value is (52,147,9). Sum of RGB (Red+Green+Blue) = 52+147+9=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #349309 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349309 is #CB6CF6. Grayscale: #676767. Windows color (decimal): -13331703 or 627508. OLE color: 627508.

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

Color convert

RGB521479-
CMYK0.6500.940.42
HSL101.3º88.46%30.59%-
HSV(B)101.3º93.88%57.65%-
XYZ11.921.623.8-
YUV102.8675.0391.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 70.67%
BLUE value IS 9 (3.91% from 255) = 4.33%
R=25%
G=70.67%
B=4.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5214790.6500.940.42101.388.4630.59
Hex349394105E2A65581f
Octal642231110101365214513037
Binary1101001001001110011000001010111101010101100101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349309; }

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

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

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

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

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

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

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

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