#359022

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

Shades of La Palma #359022

Tints of La Palma #359022

Color information

#359022 (or 0x359022) is unknown color: approx La Palma. HEX triplet: 35, 90 and 22. RGB value is (53,144,34). Sum of RGB (Red+Green+Blue) = 53+144+34=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #359022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359022 is #CA6FDD. Grayscale: #686868. Windows color (decimal): -13266910 or 2265141. OLE color: 2265141.

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

Color convert

RGB5314434-
CMYK0.6300.760.44
HSL109.64º61.8%34.9%-
HSV(B)109.64º76.39%56.47%-
XYZ11.7320.824.91-
YUV104.2588.3591.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 144 (56.64% from 255) = 62.34%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=22.94%
G=62.34%
B=14.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144340.6300.760.44109.6461.834.9
Hex3590223F04C2C6e3e23
Octal6522042770114541567643
Binary11010110010000100010111111010011001011001101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359022; }

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

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

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

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

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

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

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

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