#35911D

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

Shades of La Palma #35911D

Tints of La Palma #35911D

Color information

#35911D (or 0x35911D) is unknown color: approx La Palma. HEX triplet: 35, 91 and 1D. RGB value is (53,145,29). Sum of RGB (Red+Green+Blue) = 53+145+29=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #35911D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35911D is #CA6EE2. Grayscale: #686868. Windows color (decimal): -13266659 or 1937717. OLE color: 1937717.

HSL color Cylindrical-coordinate representation of color #35911D: hue angle of 107.59º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35911D is Cyan = 0.63, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB5314529-
CMYK0.6300.80.43
HSL107.59º66.67%34.12%-
HSV(B)107.59º80%56.86%-
XYZ11.8221.14.61-
YUV104.2785.5291.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 145 (57.03% from 255) = 63.88%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=23.35%
G=63.88%
B=12.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145290.6300.80.43107.5966.6734.12
Hex35911D3F0502B6c4322
Octal65221357701205315410342
Binary11010110010001111011111110101000010101111011001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35911D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35911D; }

 p { color: rgb(53,145,29); }

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

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

 a { background-color: rgb(53,145,29); }

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

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

 span { border-color: rgb(53,145,29); }

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