#35912C

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

Shades of La Palma #35912C

Tints of La Palma #35912C

Color information

#35912C (or 0x35912C) is unknown color: approx La Palma. HEX triplet: 35, 91 and 2C. RGB value is (53,145,44). Sum of RGB (Red+Green+Blue) = 53+145+44=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #35912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35912C is #CA6ED3. Grayscale: #6A6A6A. Windows color (decimal): -13266644 or 2920757. OLE color: 2920757.

HSL color Cylindrical-coordinate representation of color #35912C: hue angle of 114.65º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35912C is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB5314544-
CMYK0.6300.700.43
HSL114.65º53.44%37.06%-
HSV(B)114.65º69.66%56.86%-
XYZ12.0521.195.84-
YUV105.9893.0290.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 145 (57.03% from 255) = 59.92%
BLUE value IS 44 (17.58% from 255) = 18.18%
R=21.90%
G=59.92%
B=18.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53145440.6300.700.43114.6553.4437.06
Hex35912C3F0462B733525
Octal6522154770106531636545
Binary11010110010001101100111111010001101010111110011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35912C; }

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

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

<style>
 a { background-color: #35912C; }

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

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

<style>
 span { border-color: #35912C; }

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

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