#359030

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

Shades of La Palma #359030

Tints of La Palma #359030

Color information

#359030 (or 0x359030) is unknown color: approx La Palma. HEX triplet: 35, 90 and 30. RGB value is (53,144,48). Sum of RGB (Red+Green+Blue) = 53+144+48=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #359030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359030 is #CA6FCF. Grayscale: #6A6A6A. Windows color (decimal): -13266896 or 3182645. OLE color: 3182645.

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

Color convert

RGB5314448-
CMYK0.6300.670.44
HSL116.88º50%37.65%-
HSV(B)116.88º66.67%56.47%-
XYZ11.9720.926.2-
YUV105.8595.3590.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 144 (56.64% from 255) = 58.78%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=21.63%
G=58.78%
B=19.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144480.6300.670.44116.885037.65
Hex3590303F0432C753226
Octal6522060770103541656246
Binary11010110010000110000111111010000111011001110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359030; }

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

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

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

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

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

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

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

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