Html Css Color HEX #528B32 La Palma

📋 copy color: '#528B32'

red 82 ◦ green 139 ◦ blue 50

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

Shades of La Palma #528B32

Tints of La Palma #528B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.29%

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

R = 30.26%
G = 51.29%
B = 18.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#528B32 (or 0x528B32) is known color: La Palma. HEX triplet: 52, 8B and 32. RGB value is (82,139,50). Sum of RGB (Red+Green+Blue) = 82+139+50=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #528B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B32 is #AD74CD. Grayscale: #707070. Windows color (decimal): -11367630 or 3312466. OLE color: 3312466.

HSL color Cylindrical-coordinate representation of color #528B32: hue angle of 98.43º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528B32 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 50 -
CMYK 0.41 0 0.64 0.45
HSL 98.43º 0.47% 0.37% -
HSV(B) 98.43º 0.64% 0.55% -
XYZ 13.29 20.49 6.27 -
YUV 111.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 82 139 50 0.41 0 0.64 0.45 98.43 0.47 0.37
Hex 52 8B 32 29 0 40 2D 62 2F 25
Octal 122 213 62 51 0 100 55 142 57 45
Binary 1010010 10001011 110010 101001 0 1000000 101101 1100010 101111 100101

Color Harmonies of #528B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B32

Black with #528B32

Text Example


Text Example

White with #528B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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