#359225

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

Shades of La Palma #359225

Tints of La Palma #359225

Color information

#359225 (or 0x359225) is unknown color: approx La Palma. HEX triplet: 35, 92 and 25. RGB value is (53,146,37). Sum of RGB (Red+Green+Blue) = 53+146+37=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #359225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359225 is #CA6DDA. Grayscale: #6A6A6A. Windows color (decimal): -13266395 or 2462261. OLE color: 2462261.

HSL color Cylindrical-coordinate representation of color #359225: hue angle of 111.19º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #359225 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB5314637-
CMYK0.6400.750.43
HSL111.19º59.56%35.88%-
HSV(B)111.19º74.66%57.25%-
XYZ12.0821.455.25-
YUV105.7789.1990.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 146 (57.42% from 255) = 61.86%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=22.46%
G=61.86%
B=15.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146370.6400.750.43111.1959.5635.88
Hex3592254004B2B6f3c24
Octal65222451000113531577444
Binary110101100100101001011000000010010111010111101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359225; }

 p { color: rgb(53,146,37); }

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

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

 a { background-color: rgb(53,146,37); }

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

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

 span { border-color: rgb(53,146,37); }

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