#359F16

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

Shades of La Palma #359F16

Tints of La Palma #359F16

Color information

#359F16 (or 0x359F16) is unknown color: approx La Palma. HEX triplet: 35, 9F and 16. RGB value is (53,159,22). Sum of RGB (Red+Green+Blue) = 53+159+22=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 159 (62.5% from 255 or 67.95% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 159 - color contains mainly: green. Hex color #359F16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359F16 is #CA60E9. Grayscale: #707070. Windows color (decimal): -13263082 or 1482549. OLE color: 1482549.

HSL color Cylindrical-coordinate representation of color #359F16: hue angle of 106.42º 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 #359F16 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB5315922-
CMYK0.6700.860.38
HSL106.42º75.69%35.49%-
HSV(B)106.42º86.16%62.35%-
XYZ14.0125.614.96-
YUV111.6977.3886.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 159 (62.5% from 255) = 67.95%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=22.65%
G=67.95%
B=9.40%

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
Decimal53159220.6700.860.38106.4275.6935.49
Hex359F1643056266a4c23
Octal652372610301264615211443
Binary110101100111111011010000110101011010011011010101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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