#359D2A

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

Shades of La Palma #359D2A

Tints of La Palma #359D2A

Color information

#359D2A (or 0x359D2A) is unknown color: approx La Palma. HEX triplet: 35, 9D and 2A. RGB value is (53,157,42). Sum of RGB (Red+Green+Blue) = 53+157+42=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 157 (61.72% from 255 or 62.30% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 157 - color contains mainly: green. Hex color #359D2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D2A is #CA62D5. Grayscale: #717171. Windows color (decimal): -13263574 or 2792757. OLE color: 2792757.

HSL color Cylindrical-coordinate representation of color #359D2A: hue angle of 114.26º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359D2A is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB5315742-
CMYK0.6600.730.38
HSL114.26º57.79%39.02%-
HSV(B)114.26º73.25%61.57%-
XYZ13.9425.046.29-
YUV112.7988.0485.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 157 (61.72% from 255) = 62.30%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=21.03%
G=62.30%
B=16.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53157420.6600.730.38114.2657.7939.02
Hex359D2A4204926723a27
Octal65235521020111461627247
Binary110101100111011010101000010010010011001101110010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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