#35A526

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

Shades of La Palma #35A526

Tints of La Palma #35A526

Color information

#35A526 (or 0x35A526) is unknown color: approx La Palma. HEX triplet: 35, A5 and 26. RGB value is (53,165,38). Sum of RGB (Red+Green+Blue) = 53+165+38=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #35A526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A526 is #CA5AD9. Grayscale: #757575. Windows color (decimal): -13261530 or 2532661. OLE color: 2532661.

HSL color Cylindrical-coordinate representation of color #35A526: hue angle of 112.91º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35A526 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB5316538-
CMYK0.6800.770.35
HSL112.91º62.56%39.8%-
HSV(B)112.91º76.97%64.71%-
XYZ15.2727.816.4-
YUV117.0383.3982.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 165 (64.84% from 255) = 64.45%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=20.70%
G=64.45%
B=14.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53165380.6800.770.35112.9162.5639.8
Hex35A5264404D23713f28
Octal65245461040115431617750
Binary110101101001011001101000100010011011000111110001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,165,38); }

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

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

 a { background-color: rgb(53,165,38); }

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

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

 span { border-color: rgb(53,165,38); }

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