#53953C

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

Shades of La Palma #53953C

Tints of La Palma #53953C

Color information

#53953C (or 0x53953C) is unknown color: approx La Palma. HEX triplet: 53, 95 and 3C. RGB value is (83,149,60). Sum of RGB (Red+Green+Blue) = 83+149+60=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #53953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53953C is #AC6AC3. Grayscale: #777777. Windows color (decimal): -11299524 or 3970387. OLE color: 3970387.

HSL color Cylindrical-coordinate representation of color #53953C: hue angle of 104.49º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53953C is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB8314960-
CMYK0.4400.600.42
HSL104.49º42.58%40.98%-
HSV(B)104.49º59.73%58.43%-
XYZ15.1323.668.04-
YUV119.1294.63102.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 149 (58.59% from 255) = 51.03%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=28.42%
G=51.03%
B=20.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149600.4400.600.42104.4942.5840.98
Hex53953C2C03C2A682b29
Octal1232257454074521505351
Binary10100111001010111110010110001111001010101101000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,149,60); }

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

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

 a { background-color: rgb(83,149,60); }

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

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

 span { border-color: rgb(83,149,60); }

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