Html Css Color HEX #528231 La Palma

📋 copy color: '#528231'

red 82 ◦ green 130 ◦ blue 49

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

Shades of La Palma #528231

Tints of La Palma #528231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.77%

R = 31.42%
G = 49.81%
B = 18.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#528231 (or 0x528231) is known color: La Palma. HEX triplet: 52, 82 and 31. RGB value is (82,130,49). Sum of RGB (Red+Green+Blue) = 82+130+49=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #528231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528231 is #AD7DCE. Grayscale: #6A6A6A. Windows color (decimal): -11369935 or 3244626. OLE color: 3244626.

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

Color convert

RGB 82 130 49 -
CMYK 0.37 0 0.62 0.49
HSL 95.56º 0.45% 0.35% -
HSV(B) 95.56º 0.62% 0.51% -
XYZ 12.02 17.98 5.74 -
YUV 106.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 82 130 49 0.37 0 0.62 0.49 95.56 0.45 0.35
Hex 52 82 31 25 0 3E 31 60 2D 23
Octal 122 202 61 45 0 76 61 140 55 43
Binary 1010010 10000010 110001 100101 0 111110 110001 1100000 101101 100011

Color Harmonies of #528231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528231

Black with #528231

Text Example


Text Example

White with #528231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528231; }

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

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

background-color css

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

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

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

border-color css

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

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

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