#53943A

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

Shades of La Palma #53943A

Tints of La Palma #53943A

Color information

#53943A (or 0x53943A) is unknown color: approx La Palma. HEX triplet: 53, 94 and 3A. RGB value is (83,148,58). Sum of RGB (Red+Green+Blue) = 83+148+58=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #53943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53943A is #AC6BC5. Grayscale: #767676. Windows color (decimal): -11299782 or 3839059. OLE color: 3839059.

HSL color Cylindrical-coordinate representation of color #53943A: hue angle of 103.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53943A is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB8314858-
CMYK0.4400.610.42
HSL103.33º43.69%40.39%-
HSV(B)103.33º60.81%58.04%-
XYZ14.9223.327.72-
YUV118.393.97102.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 58 (23.05% from 255) = 20.07%
R=28.72%
G=51.21%
B=20.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148580.4400.610.42103.3343.6940.39
Hex53943A2C03D2A672c28
Octal1232247254075521475450
Binary10100111001010011101010110001111011010101100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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