#349F16

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

Shades of La Palma #349F16

Tints of La Palma #349F16

Color information

#349F16 (or 0x349F16) is unknown color: approx La Palma. HEX triplet: 34, 9F and 16. RGB value is (52,159,22). Sum of RGB (Red+Green+Blue) = 52+159+22=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 159 (62.5% from 255 or 68.24% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 159 - color contains mainly: green. Hex color #349F16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349F16 is #CB60E9. Grayscale: #6F6F6F. Windows color (decimal): -13328618 or 1482548. OLE color: 1482548.

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

Color convert

RGB5215922-
CMYK0.6700.860.38
HSL106.86º75.69%35.49%-
HSV(B)106.86º86.16%62.35%-
XYZ13.9625.584.96-
YUV111.3977.5585.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 159 (62.5% from 255) = 68.24%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=22.32%
G=68.24%
B=9.44%

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
Decimal52159220.6700.860.38106.8675.6935.49
Hex349F1643056266b4c23
Octal642372610301264615311443
Binary110100100111111011010000110101011010011011010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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