#359328

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

Shades of La Palma #359328

Tints of La Palma #359328

Color information

#359328 (or 0x359328) is unknown color: approx La Palma. HEX triplet: 35, 93 and 28. RGB value is (53,147,40). Sum of RGB (Red+Green+Blue) = 53+147+40=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #359328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359328 is #CA6CD7. Grayscale: #6B6B6B. Windows color (decimal): -13266136 or 2659125. OLE color: 2659125.

HSL color Cylindrical-coordinate representation of color #359328: hue angle of 112.71º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359328 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB5314740-
CMYK0.6400.730.42
HSL112.71º57.22%36.67%-
HSV(B)112.71º72.79%57.65%-
XYZ12.2821.785.56-
YUV106.790.3689.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.08%
GREEN value IS 147 (57.81% from 255) = 61.25%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=22.08%
G=61.25%
B=16.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147400.6400.730.42112.7157.2236.67
Hex359328400492A713925
Octal65223501000111521617145
Binary110101100100111010001000000010010011010101110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359328; }

 p { color: rgb(53,147,40); }

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

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

 a { background-color: rgb(53,147,40); }

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

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

 span { border-color: rgb(53,147,40); }

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