Html Css Color HEX #528A32 La Palma

📋 copy color: '#528A32'

red 82 ◦ green 138 ◦ blue 50

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

Shades of La Palma #528A32

Tints of La Palma #528A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.11%

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

R = 30.37%
G = 51.11%
B = 18.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#528A32 (or 0x528A32) is known color: La Palma. HEX triplet: 52, 8A and 32. RGB value is (82,138,50). Sum of RGB (Red+Green+Blue) = 82+138+50=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #528A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528A32 is #AD75CD. Grayscale: #6F6F6F. Windows color (decimal): -11367886 or 3312210. OLE color: 3312210.

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

Color convert

RGB 82 138 50 -
CMYK 0.41 0 0.64 0.46
HSL 98.18º 0.47% 0.37% -
HSV(B) 98.18º 0.64% 0.54% -
XYZ 13.14 20.2 6.22 -
YUV 111.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 82 138 50 0.41 0 0.64 0.46 98.18 0.47 0.37
Hex 52 8A 32 29 0 40 2E 62 2F 25
Octal 122 212 62 51 0 100 56 142 57 45
Binary 1010010 10001010 110010 101001 0 1000000 101110 1100010 101111 100101

Color Harmonies of #528A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528A32

Black with #528A32

Text Example


Text Example

White with #528A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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