Html Css Color HEX #52973A La Palma

📋 copy color: '#52973A'

red 82 ◦ green 151 ◦ blue 58

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

Shades of La Palma #52973A

Tints of La Palma #52973A

RGB

 RED value IS 82 (32.42% from 255) = 28.18%

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 28.18%
G = 51.89%
B = 19.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#52973A (or 0x52973A) is known color: La Palma. HEX triplet: 52, 97 and 3A. RGB value is (82,151,58). Sum of RGB (Red+Green+Blue) = 82+151+58=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #52973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52973A is #AD68C5. Grayscale: #787878. Windows color (decimal): -11364550 or 3839826. OLE color: 3839826.

HSL color Cylindrical-coordinate representation of color #52973A: hue angle of 104.52º 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 #52973A is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 58 -
CMYK 0.46 0 0.62 0.41
HSL 104.52º 0.44% 0.41% -
HSV(B) 104.52º 0.62% 0.59% -
XYZ 15.31 24.23 7.87 -
YUV 119.77 93.14 101.06 -
System Red Green Blue C M Y K H S L
Decimal 82 151 58 0.46 0 0.62 0.41 104.52 0.44 0.41
Hex 52 97 3A 2E 0 3E 29 69 2C 29
Octal 122 227 72 56 0 76 51 151 54 51
Binary 1010010 10010111 111010 101110 0 111110 101001 1101001 101100 101001

Color Harmonies of #52973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52973A

Black with #52973A

Text Example


Text Example

White with #52973A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52973A;
 }
 .AnyTagClassName
 {
   color: #52973A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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