Html Css Color HEX #528D37 La Palma

📋 copy color: '#528D37'

red 82 ◦ green 141 ◦ blue 55

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

Shades of La Palma #528D37

Tints of La Palma #528D37

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.72%

 BLUE value IS 55 (21.88% from 255) = 19.78%

R = 29.5%
G = 50.72%
B = 19.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#528D37 (or 0x528D37) is known color: La Palma. HEX triplet: 52, 8D and 37. RGB value is (82,141,55). Sum of RGB (Red+Green+Blue) = 82+141+55=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #528D37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528D37 is #AD72C8. Grayscale: #717171. Windows color (decimal): -11367113 or 3640658. OLE color: 3640658.

HSL color Cylindrical-coordinate representation of color #528D37: hue angle of 101.16º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528D37 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 141 55 -
CMYK 0.42 0 0.61 0.45
HSL 101.16º 0.44% 0.38% -
HSV(B) 101.16º 0.61% 0.55% -
XYZ 13.69 21.12 6.97 -
YUV 113.56 94.95 105.49 -
System Red Green Blue C M Y K H S L
Decimal 82 141 55 0.42 0 0.61 0.45 101.16 0.44 0.38
Hex 52 8D 37 2A 0 3D 2D 65 2C 26
Octal 122 215 67 52 0 75 55 145 54 46
Binary 1010010 10001101 110111 101010 0 111101 101101 1100101 101100 100110

Color Harmonies of #528D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528D37

Black with #528D37

Text Example


Text Example

White with #528D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,141,55); }

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

background-color css

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

 a { background-color: rgb(82,141,55); }

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

border-color css

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

 span { border-color: rgb(82,141,55); }

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