#359316

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

Shades of La Palma #359316

Tints of La Palma #359316

Color information

#359316 (or 0x359316) is unknown color: approx La Palma. HEX triplet: 35, 93 and 16. RGB value is (53,147,22). Sum of RGB (Red+Green+Blue) = 53+147+22=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #359316 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359316 is #CA6CE9. Grayscale: #696969. Windows color (decimal): -13266154 or 1479477. OLE color: 1479477.

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

Color convert

RGB5314722-
CMYK0.6400.850.42
HSL105.12º73.96%33.14%-
HSV(B)105.12º85.03%57.65%-
XYZ12.0521.684.31-
YUV104.6481.3691.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 147 (57.81% from 255) = 66.22%
BLUE value IS 22 (8.98% from 255) = 9.91%
R=23.87%
G=66.22%
B=9.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147220.6400.850.42105.1273.9633.14
Hex359316400552A694a21
Octal652232610001255215111241
Binary110101100100111011010000000101010110101011010011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359316; }

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

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

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

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

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

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

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

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