#35901A

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

Shades of La Palma #35901A

Tints of La Palma #35901A

Color information

#35901A (or 0x35901A) is unknown color: approx La Palma. HEX triplet: 35, 90 and 1A. RGB value is (53,144,26). Sum of RGB (Red+Green+Blue) = 53+144+26=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #35901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35901A is #CA6FE5. Grayscale: #676767. Windows color (decimal): -13266918 or 1740853. OLE color: 1740853.

HSL color Cylindrical-coordinate representation of color #35901A: hue angle of 106.27º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35901A is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB5314426-
CMYK0.6300.820.44
HSL106.27º69.41%33.33%-
HSV(B)106.27º81.94%56.47%-
XYZ11.6320.784.37-
YUV103.3484.3592.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 144 (56.64% from 255) = 64.57%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=23.77%
G=64.57%
B=11.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144260.6300.820.44106.2769.4133.33
Hex35901A3F0522C6a4521
Octal65220327701225415210541
Binary11010110010000110101111110101001010110011010101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35901A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35901A; }

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

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

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

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

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

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

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

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