Html Css Color HEX #528A33 La Palma

📋 copy color: '#528A33'

red 82 ◦ green 138 ◦ blue 51

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

Shades of La Palma #528A33

Tints of La Palma #528A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.82%

R = 30.26%
G = 50.92%
B = 18.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#528A33 (or 0x528A33) is known color: La Palma. HEX triplet: 52, 8A and 33. RGB value is (82,138,51). Sum of RGB (Red+Green+Blue) = 82+138+51=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #528A33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528A33 is #AD75CC. Grayscale: #6F6F6F. Windows color (decimal): -11367885 or 3377746. OLE color: 3377746.

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

Color convert

RGB 82 138 51 -
CMYK 0.41 0 0.63 0.46
HSL 98.62º 0.46% 0.37% -
HSV(B) 98.62º 0.63% 0.54% -
XYZ 13.17 20.21 6.34 -
YUV 111.34 93.95 107.07 -
System Red Green Blue C M Y K H S L
Decimal 82 138 51 0.41 0 0.63 0.46 98.62 0.46 0.37
Hex 52 8A 33 29 0 3F 2E 63 2E 25
Octal 122 212 63 51 0 77 56 143 56 45
Binary 1010010 10001010 110011 101001 0 111111 101110 1100011 101110 100101

Color Harmonies of #528A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528A33

Black with #528A33

Text Example


Text Example

White with #528A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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