#349F17

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

Shades of La Palma #349F17

Tints of La Palma #349F17

Color information

#349F17 (or 0x349F17) is unknown color: approx La Palma. HEX triplet: 34, 9F and 17. RGB value is (52,159,23). Sum of RGB (Red+Green+Blue) = 52+159+23=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 159 (62.5% from 255 or 67.95% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 159 - color contains mainly: green. Hex color #349F17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349F17 is #CB60E8. Grayscale: #6F6F6F. Windows color (decimal): -13328617 or 1548084. OLE color: 1548084.

HSL color Cylindrical-coordinate representation of color #349F17: hue angle of 107.21º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #349F17 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB5215923-
CMYK0.6700.860.38
HSL107.21º74.73%35.69%-
HSV(B)107.21º85.53%62.35%-
XYZ13.9725.595.01-
YUV111.578.0585.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 159 (62.5% from 255) = 67.95%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=22.22%
G=67.95%
B=9.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52159230.6700.860.38107.2174.7335.69
Hex349F1743056266b4b24
Octal642372710301264615311344
Binary110100100111111011110000110101011010011011010111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,159,23); }

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

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

 a { background-color: rgb(52,159,23); }

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

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

 span { border-color: rgb(52,159,23); }

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