#349313

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

Shades of La Palma #349313

Tints of La Palma #349313

Color information

#349313 (or 0x349313) is unknown color: approx La Palma. HEX triplet: 34, 93 and 13. RGB value is (52,147,19). Sum of RGB (Red+Green+Blue) = 52+147+19=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 147 (57.81% from 255 or 67.43% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 147 - color contains mainly: green. Hex color #349313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349313 is #CB6CEC. Grayscale: #686868. Windows color (decimal): -13331693 or 1282868. OLE color: 1282868.

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

Color convert

RGB5214719-
CMYK0.6500.870.42
HSL104.53º77.11%32.55%-
HSV(B)104.53º87.07%57.65%-
XYZ11.9721.644.16-
YUV10480.0390.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 147 (57.81% from 255) = 67.43%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=23.85%
G=67.43%
B=8.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147190.6500.870.42104.5377.1132.55
Hex349313410572A694d21
Octal642232310101275215111541
Binary110100100100111001110000010101011110101011010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349313; }

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

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

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

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

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

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

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

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