#349C13

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

Shades of La Palma #349C13

Tints of La Palma #349C13

Color information

#349C13 (or 0x349C13) is unknown color: approx La Palma. HEX triplet: 34, 9C and 13. RGB value is (52,156,19). Sum of RGB (Red+Green+Blue) = 52+156+19=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 156 (61.33% from 255 or 68.72% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 156 - color contains mainly: green. Hex color #349C13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C13 is #CB63EC. Grayscale: #6D6D6D. Windows color (decimal): -13329389 or 1285172. OLE color: 1285172.

HSL color Cylindrical-coordinate representation of color #349C13: hue angle of 105.55º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #349C13 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB5215619-
CMYK0.6700.880.39
HSL105.55º78.29%34.31%-
HSV(B)105.55º87.82%61.18%-
XYZ13.4224.554.65-
YUV109.2977.0487.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 156 (61.33% from 255) = 68.72%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=22.91%
G=68.72%
B=8.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52156190.6700.880.39105.5578.2934.31
Hex349C1343058276a4e22
Octal642342310301304715211642
Binary110100100111001001110000110101100010011111010101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349C13; }

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

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

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

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

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

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

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

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