#53973A

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

Shades of La Palma #53973A

Tints of La Palma #53973A

Color information

#53973A (or 0x53973A) is unknown color: approx La Palma. HEX triplet: 53, 97 and 3A. RGB value is (83,151,58). Sum of RGB (Red+Green+Blue) = 83+151+58=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #53973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53973A is #AC68C5. Grayscale: #787878. Windows color (decimal): -11299014 or 3839827. OLE color: 3839827.

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

Color convert

RGB8315158-
CMYK0.4500.620.41
HSL103.87º44.5%40.98%-
HSV(B)103.87º61.59%59.22%-
XYZ15.424.287.88-
YUV120.0792.97101.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=28.42%
G=51.71%
B=19.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83151580.4500.620.41103.8744.540.98
Hex53973A2D03E29682c29
Octal1232277255076511505451
Binary10100111001011111101010110101111101010011101000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,151,58); }

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

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

 a { background-color: rgb(83,151,58); }

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

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

 span { border-color: rgb(83,151,58); }

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