#349709

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

Shades of La Palma #349709

Tints of La Palma #349709

Color information

#349709 (or 0x349709) is unknown color: approx La Palma. HEX triplet: 34, 97 and 09. RGB value is (52,151,9). Sum of RGB (Red+Green+Blue) = 52+151+9=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #349709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349709 is #CB68F6. Grayscale: #696969. Windows color (decimal): -13330679 or 628532. OLE color: 628532.

HSL color Cylindrical-coordinate representation of color #349709: hue angle of 101.83º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #349709 is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB521519-
CMYK0.6600.940.41
HSL101.83º88.75%31.37%-
HSV(B)101.83º94.04%59.22%-
XYZ12.5322.884.01-
YUV105.2173.790.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 151 (59.38% from 255) = 71.23%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=24.53%
G=71.23%
B=4.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5215190.6600.940.41101.8388.7531.37
Hex349794205E2966591f
Octal642271110201365114613137
Binary1101001001011110011000010010111101010011100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349709; }

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

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

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

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

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

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

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

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