Html Css Color HEX #529332 La Palma

📋 copy color: '#529332'

red 82 ◦ green 147 ◦ blue 50

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

Shades of La Palma #529332

Tints of La Palma #529332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.69%

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

R = 29.39%
G = 52.69%
B = 17.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#529332 (or 0x529332) is known color: La Palma. HEX triplet: 52, 93 and 32. RGB value is (82,147,50). Sum of RGB (Red+Green+Blue) = 82+147+50=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #529332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529332 is #AD6CCD. Grayscale: #747474. Windows color (decimal): -11365582 or 3314514. OLE color: 3314514.

HSL color Cylindrical-coordinate representation of color #529332: hue angle of 100.21º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529332 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 50 -
CMYK 0.44 0 0.66 0.42
HSL 100.21º 0.49% 0.39% -
HSV(B) 100.21º 0.66% 0.58% -
XYZ 14.49 22.89 6.67 -
YUV 116.51 90.47 103.39 -
System Red Green Blue C M Y K H S L
Decimal 82 147 50 0.44 0 0.66 0.42 100.21 0.49 0.39
Hex 52 93 32 2C 0 42 2A 64 31 27
Octal 122 223 62 54 0 102 52 144 61 47
Binary 1010010 10010011 110010 101100 0 1000010 101010 1100100 110001 100111

Color Harmonies of #529332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529332

Black with #529332

Text Example


Text Example

White with #529332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529332; }

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

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

background-color css

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

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

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

border-color css

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

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

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