Html Css Color HEX #52882F La Palma

📋 copy color: '#52882F'

red 82 ◦ green 136 ◦ blue 47

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

Shades of La Palma #52882F

Tints of La Palma #52882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.32%

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 30.94%
G = 51.32%
B = 17.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#52882F (or 0x52882F) is known color: La Palma. HEX triplet: 52, 88 and 2F. RGB value is (82,136,47). Sum of RGB (Red+Green+Blue) = 82+136+47=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #52882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52882F is #AD77D0. Grayscale: #6E6E6E. Windows color (decimal): -11368401 or 3115090. OLE color: 3115090.

HSL color Cylindrical-coordinate representation of color #52882F: hue angle of 96.4º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52882F is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 47 -
CMYK 0.40 0 0.65 0.47
HSL 96.4º 0.49% 0.36% -
HSV(B) 96.4º 0.65% 0.53% -
XYZ 12.8 19.61 5.8 -
YUV 109.71 92.61 108.24 -
System Red Green Blue C M Y K H S L
Decimal 82 136 47 0.40 0 0.65 0.47 96.4 0.49 0.36
Hex 52 88 2F 28 0 41 2F 60 31 24
Octal 122 210 57 50 0 101 57 140 61 44
Binary 1010010 10001000 101111 101000 0 1000001 101111 1100000 110001 100100

Color Harmonies of #52882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52882F

Black with #52882F

Text Example


Text Example

White with #52882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52882F; }

 p { color: rgb(82,136,47); }

 H1.HeaderClassName
 {
   color: #52882F;
 }
 .AnyTagClassName
 {
   color: #52882F;
 }
</style>

background-color css

<style>
 a { background-color: #52882F; }

 a { background-color: rgb(82,136,47); }

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

border-color css

<style>
 span { border-color: #52882F; }

 span { border-color: rgb(82,136,47); }

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