Html Css Color HEX #52822F La Palma

📋 copy color: '#52822F'

red 82 ◦ green 130 ◦ blue 47

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

Shades of La Palma #52822F

Tints of La Palma #52822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

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

R = 31.66%
G = 50.19%
B = 18.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#52822F (or 0x52822F) is known color: La Palma. HEX triplet: 52, 82 and 2F. RGB value is (82,130,47). Sum of RGB (Red+Green+Blue) = 82+130+47=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #52822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52822F is #AD7DD0. Grayscale: #6A6A6A. Windows color (decimal): -11369937 or 3113554. OLE color: 3113554.

HSL color Cylindrical-coordinate representation of color #52822F: hue angle of 94.7º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52822F is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 47 -
CMYK 0.37 0 0.64 0.49
HSL 94.7º 0.47% 0.35% -
HSV(B) 94.7º 0.64% 0.51% -
XYZ 11.98 17.96 5.53 -
YUV 106.19 94.6 110.75 -
System Red Green Blue C M Y K H S L
Decimal 82 130 47 0.37 0 0.64 0.49 94.7 0.47 0.35
Hex 52 82 2F 25 0 40 31 5F 2F 23
Octal 122 202 57 45 0 100 61 137 57 43
Binary 1010010 10000010 101111 100101 0 1000000 110001 1011111 101111 100011

Color Harmonies of #52822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52822F

Black with #52822F

Text Example


Text Example

White with #52822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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