#35a41f

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

Shades of La Palma #35A41F

Tints of La Palma #35A41F

Color information

#35A41F (or 0x35A41F) is unknown color: approx La Palma. HEX triplet: 35, A4 and 1F. RGB value is (53,164,31). Sum of RGB (Red+Green+Blue) = 53+164+31=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 164 (64.45% from 255 or 66.13% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 164 - color contains mainly: green. Hex color #35A41F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A41F is #CA5BE0. Grayscale: #747474. Windows color (decimal): -13261793 or 2073653. OLE color: 2073653.

HSL color Cylindrical-coordinate representation of color #35A41F: hue angle of 110.08º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35A41F is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB5316431-
CMYK0.6800.810.36
HSL110.08º68.21%38.24%-
HSV(B)110.08º81.1%64.31%-
XYZ14.9927.415.8-
YUV115.6580.2383.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.37%
GREEN value IS 164 (64.45% from 255) = 66.13%
BLUE value IS 31 (12.5% from 255) = 12.5%
R=21.37%
G=66.13%
B=12.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53164310.6800.810.36110.0868.2138.24
Hex35A41F44051246e4426
Octal652443710401214415610446
Binary110101101001001111110001000101000110010011011101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35a41f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,164,31); }

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

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

 a { background-color: rgb(53,164,31); }

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

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

 span { border-color: rgb(53,164,31); }

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