#359D0F

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

Shades of La Palma #359D0F

Tints of La Palma #359D0F

Color information

#359D0F (or 0x359D0F) is unknown color: approx La Palma. HEX triplet: 35, 9D and 0F. RGB value is (53,157,15). Sum of RGB (Red+Green+Blue) = 53+157+15=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #359D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359D0F is #CA62F0. Grayscale: #6E6E6E. Windows color (decimal): -13263601 or 1023285. OLE color: 1023285.

HSL color Cylindrical-coordinate representation of color #359D0F: hue angle of 103.94º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #359D0F is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB5315715-
CMYK0.6600.900.38
HSL103.94º82.56%33.73%-
HSV(B)103.94º90.45%61.57%-
XYZ13.6124.914.54-
YUV109.7274.5487.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 157 (61.72% from 255) = 69.78%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=23.56%
G=69.78%
B=6.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53157150.6600.900.38103.9482.5633.73
Hex359DF4205A26685322
Octal652351710201324615012342
Binary11010110011101111110000100101101010011011010001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,157,15); }

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

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

 a { background-color: rgb(53,157,15); }

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

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

 span { border-color: rgb(53,157,15); }

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