Html Css Color HEX #52802F La Palma

📋 copy color: '#52802F'

red 82 ◦ green 128 ◦ blue 47

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

Shades of La Palma #52802F

Tints of La Palma #52802F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.81%

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

R = 31.91%
G = 49.81%
B = 18.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#52802F (or 0x52802F) is known color: La Palma. HEX triplet: 52, 80 and 2F. RGB value is (82,128,47). Sum of RGB (Red+Green+Blue) = 82+128+47=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #52802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52802F is #AD7FD0. Grayscale: #696969. Windows color (decimal): -11370449 or 3113042. OLE color: 3113042.

HSL color Cylindrical-coordinate representation of color #52802F: hue angle of 94.07º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52802F is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 47 -
CMYK 0.36 0 0.63 0.50
HSL 94.07º 0.46% 0.34% -
HSV(B) 94.07º 0.63% 0.5% -
XYZ 11.71 17.44 5.44 -
YUV 105.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 82 128 47 0.36 0 0.63 0.50 94.07 0.46 0.34
Hex 52 80 2F 24 0 3F 32 5E 2E 22
Octal 122 200 57 44 0 77 62 136 56 42
Binary 1010010 10000000 101111 100100 0 111111 110010 1011110 101110 100010

Color Harmonies of #52802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52802F

Black with #52802F

Text Example


Text Example

White with #52802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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