Html Css Color HEX #528332 La Palma

📋 copy color: '#528332'

red 82 ◦ green 131 ◦ blue 50

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

Shades of La Palma #528332

Tints of La Palma #528332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.81%

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 31.18%
G = 49.81%
B = 19.01%

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

#528332 (or 0x528332) is known color: La Palma. HEX triplet: 52, 83 and 32. RGB value is (82,131,50). Sum of RGB (Red+Green+Blue) = 82+131+50=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #528332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528332 is #AD7CCD. Grayscale: #6B6B6B. Windows color (decimal): -11369678 or 3310418. OLE color: 3310418.

HSL color Cylindrical-coordinate representation of color #528332: hue angle of 96.3º 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 #528332 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 50 -
CMYK 0.37 0 0.62 0.49
HSL 96.3º 0.45% 0.35% -
HSV(B) 96.3º 0.62% 0.51% -
XYZ 12.17 18.26 5.9 -
YUV 107.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 82 131 50 0.37 0 0.62 0.49 96.3 0.45 0.35
Hex 52 83 32 25 0 3E 31 60 2D 23
Octal 122 203 62 45 0 76 61 140 55 43
Binary 1010010 10000011 110010 100101 0 111110 110001 1100000 101101 100011

Color Harmonies of #528332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528332

Black with #528332

Text Example


Text Example

White with #528332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528332; }

 p { color: rgb(82,131,50); }

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

background-color css

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

 a { background-color: rgb(82,131,50); }

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

border-color css

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

 span { border-color: rgb(82,131,50); }

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