Html Css Color HEX #528F39 La Palma

📋 copy color: '#528F39'

red 82 ◦ green 143 ◦ blue 57

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

Shades of La Palma #528F39

Tints of La Palma #528F39

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.71%

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 29.08%
G = 50.71%
B = 20.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#528F39 (or 0x528F39) is known color: La Palma. HEX triplet: 52, 8F and 39. RGB value is (82,143,57). Sum of RGB (Red+Green+Blue) = 82+143+57=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #528F39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528F39 is #AD70C6. Grayscale: #737373. Windows color (decimal): -11366599 or 3772242. OLE color: 3772242.

HSL color Cylindrical-coordinate representation of color #528F39: hue angle of 102.56º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528F39 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 143 57 -
CMYK 0.43 0 0.60 0.44
HSL 102.56º 0.43% 0.39% -
HSV(B) 102.56º 0.6% 0.56% -
XYZ 14.04 21.73 7.33 -
YUV 114.96 95.29 104.49 -
System Red Green Blue C M Y K H S L
Decimal 82 143 57 0.43 0 0.60 0.44 102.56 0.43 0.39
Hex 52 8F 39 2B 0 3C 2C 67 2B 27
Octal 122 217 71 53 0 74 54 147 53 47
Binary 1010010 10001111 111001 101011 0 111100 101100 1100111 101011 100111

Color Harmonies of #528F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F39

Black with #528F39

Text Example


Text Example

White with #528F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,143,57); }

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

background-color css

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

 a { background-color: rgb(82,143,57); }

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

border-color css

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

 span { border-color: rgb(82,143,57); }

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