#35A229

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

Shades of La Palma #35A229

Tints of La Palma #35A229

Color information

#35A229 (or 0x35A229) is unknown color: approx La Palma. HEX triplet: 35, A2 and 29. RGB value is (53,162,41). Sum of RGB (Red+Green+Blue) = 53+162+41=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #35A229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A229 is #CA5DD6. Grayscale: #737373. Windows color (decimal): -13262295 or 2728501. OLE color: 2728501.

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

Color convert

RGB5316241-
CMYK0.6700.750.36
HSL114.05º59.61%39.8%-
HSV(B)114.05º74.69%63.53%-
XYZ14.7926.766.48-
YUV115.6285.8983.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 162 (63.67% from 255) = 63.28%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=20.70%
G=63.28%
B=16.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162410.6700.750.36114.0559.6139.8
Hex35A2294304B24723c28
Octal65242511030113441627450
Binary110101101000101010011000011010010111001001110010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A229; }

 p { color: rgb(53,162,41); }

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

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

 a { background-color: rgb(53,162,41); }

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

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

 span { border-color: rgb(53,162,41); }

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