Html Css Color HEX #53973B La Palma

📋 copy color: '#53973B'

red 83 ◦ green 151 ◦ blue 59

#53973B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #53973B

Tints of La Palma #53973B

RGB

 RED value IS 83 (32.81% from 255) = 28.33%

 GREEN value IS 151 (59.38% from 255) = 51.54%

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 28.33%
G = 51.54%
B = 20.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#53973B (or 0x53973B) is known color: La Palma. HEX triplet: 53, 97 and 3B. RGB value is (83,151,59). Sum of RGB (Red+Green+Blue) = 83+151+59=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #53973B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53973B is #AC68C4. Grayscale: #787878. Windows color (decimal): -11299013 or 3905363. OLE color: 3905363.

HSL color Cylindrical-coordinate representation of color #53973B: hue angle of 104.35º 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 #53973B is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 59 -
CMYK 0.45 0 0.61 0.41
HSL 104.35º 0.44% 0.41% -
HSV(B) 104.35º 0.61% 0.59% -
XYZ 15.42 24.29 8.01 -
YUV 120.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 83 151 59 0.45 0 0.61 0.41 104.35 0.44 0.41
Hex 53 97 3B 2D 0 3D 29 68 2C 29
Octal 123 227 73 55 0 75 51 150 54 51
Binary 1010011 10010111 111011 101101 0 111101 101001 1101000 101100 101001

Color Harmonies of #53973B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53973B

Black with #53973B

Text Example


Text Example

White with #53973B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53973B;
 }
 .AnyTagClassName
 {
   color: #53973B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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