#349409

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

Shades of La Palma #349409

Tints of La Palma #349409

Color information

#349409 (or 0x349409) is unknown color: approx La Palma. HEX triplet: 34, 94 and 09. RGB value is (52,148,9). Sum of RGB (Red+Green+Blue) = 52+148+9=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #349409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349409 is #CB6BF6. Grayscale: #676767. Windows color (decimal): -13331447 or 627764. OLE color: 627764.

HSL color Cylindrical-coordinate representation of color #349409: hue angle of 101.44º degrees, saturation: 0.89, 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 #349409 is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB521489-
CMYK0.6500.940.42
HSL101.44º88.54%30.78%-
HSV(B)101.44º93.92%58.04%-
XYZ12.0621.933.86-
YUV103.4574.791.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 148 (58.20% from 255) = 70.81%
BLUE value IS 9 (3.91% from 255) = 4.31%
R=24.88%
G=70.81%
B=4.31%

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
Decimal5214890.6500.940.42101.4488.5430.78
Hex349494105E2A65591f
Octal642241110101365214513137
Binary1101001001010010011000001010111101010101100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349409; }

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

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

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

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

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

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

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

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