#349C18

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

Shades of La Palma #349C18

Tints of La Palma #349C18

Color information

#349C18 (or 0x349C18) is unknown color: approx La Palma. HEX triplet: 34, 9C and 18. RGB value is (52,156,24). Sum of RGB (Red+Green+Blue) = 52+156+24=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 156 (61.33% from 255 or 67.24% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 156 - color contains mainly: green. Hex color #349C18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349C18 is #CB63E7. Grayscale: #6E6E6E. Windows color (decimal): -13329384 or 1612852. OLE color: 1612852.

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

Color convert

RGB5215624-
CMYK0.6700.850.39
HSL107.27º73.33%35.29%-
HSV(B)107.27º84.62%61.18%-
XYZ13.4724.574.9-
YUV109.8679.5486.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 156 (61.33% from 255) = 67.24%
BLUE value IS 24 (9.77% from 255) = 10.34%
R=22.41%
G=67.24%
B=10.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52156240.6700.850.39107.2773.3335.29
Hex349C1843055276b4923
Octal642343010301254715311143
Binary110100100111001100010000110101010110011111010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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