#53963B

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

Shades of La Palma #53963B

Tints of La Palma #53963B

Color information

#53963B (or 0x53963B) is unknown color: approx La Palma. HEX triplet: 53, 96 and 3B. RGB value is (83,150,59). Sum of RGB (Red+Green+Blue) = 83+150+59=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #53963B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53963B is #AC69C4. Grayscale: #777777. Windows color (decimal): -11299269 or 3905107. OLE color: 3905107.

HSL color Cylindrical-coordinate representation of color #53963B: hue angle of 104.18º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53963B is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB8315059-
CMYK0.4500.610.41
HSL104.18º43.54%40.98%-
HSV(B)104.18º60.67%58.82%-
XYZ15.2623.977.96-
YUV119.5993.8101.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=28.42%
G=51.37%
B=20.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83150590.4500.610.41104.1843.5440.98
Hex53963B2D03D29682c29
Octal1232267355075511505451
Binary10100111001011011101110110101111011010011101000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53963B; }

 p { color: rgb(83,150,59); }

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

<style>
 a { background-color: #53963B; }

 a { background-color: rgb(83,150,59); }

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

<style>
 span { border-color: #53963B; }

 span { border-color: rgb(83,150,59); }

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