#359130

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

Shades of La Palma #359130

Tints of La Palma #359130

Color information

#359130 (or 0x359130) is unknown color: approx La Palma. HEX triplet: 35, 91 and 30. RGB value is (53,145,48). Sum of RGB (Red+Green+Blue) = 53+145+48=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #359130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359130 is #CA6ECF. Grayscale: #6A6A6A. Windows color (decimal): -13266640 or 3182901. OLE color: 3182901.

HSL color Cylindrical-coordinate representation of color #359130: hue angle of 116.91º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359130 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB5314548-
CMYK0.6300.670.43
HSL116.91º50.26%37.84%-
HSV(B)116.91º66.9%56.86%-
XYZ12.1321.226.25-
YUV106.4395.0289.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 145 (57.03% from 255) = 58.94%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=21.54%
G=58.94%
B=19.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145480.6300.670.43116.9150.2637.84
Hex3591303F0432B753226
Octal6522160770103531656246
Binary11010110010001110000111111010000111010111110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359130; }

 p { color: rgb(53,145,48); }

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

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

 a { background-color: rgb(53,145,48); }

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

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

 span { border-color: rgb(53,145,48); }

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