Html Css Color HEX #52953C La Palma

📋 copy color: '#52953C'

red 82 ◦ green 149 ◦ blue 60

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

Shades of La Palma #52953C

Tints of La Palma #52953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.2%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 28.18%
G = 51.2%
B = 20.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#52953C (or 0x52953C) is known color: La Palma. HEX triplet: 52, 95 and 3C. RGB value is (82,149,60). Sum of RGB (Red+Green+Blue) = 82+149+60=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #52953C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52953C is #AD6AC3. Grayscale: #777777. Windows color (decimal): -11365060 or 3970386. OLE color: 3970386.

HSL color Cylindrical-coordinate representation of color #52953C: hue angle of 105.17º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52953C is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 60 -
CMYK 0.45 0 0.60 0.42
HSL 105.17º 0.43% 0.41% -
HSV(B) 105.17º 0.6% 0.58% -
XYZ 15.04 23.61 8.04 -
YUV 118.82 94.8 101.74 -
System Red Green Blue C M Y K H S L
Decimal 82 149 60 0.45 0 0.60 0.42 105.17 0.43 0.41
Hex 52 95 3C 2D 0 3C 2A 69 2B 29
Octal 122 225 74 55 0 74 52 151 53 51
Binary 1010010 10010101 111100 101101 0 111100 101010 1101001 101011 101001

Color Harmonies of #52953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52953C

Black with #52953C

Text Example


Text Example

White with #52953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52953C; }

 p { color: rgb(82,149,60); }

 H1.HeaderClassName
 {
   color: #52953C;
 }
 .AnyTagClassName
 {
   color: #52953C;
 }
</style>

background-color css

<style>
 a { background-color: #52953C; }

 a { background-color: rgb(82,149,60); }

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

border-color css

<style>
 span { border-color: #52953C; }

 span { border-color: rgb(82,149,60); }

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