Html Css Color HEX #529D38 La Palma

📋 copy color: '#529D38'

red 82 ◦ green 157 ◦ blue 56

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

Shades of La Palma #529D38

Tints of La Palma #529D38

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.22%

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 27.8%
G = 53.22%
B = 18.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#529D38 (or 0x529D38) is known color: La Palma. HEX triplet: 52, 9D and 38. RGB value is (82,157,56). Sum of RGB (Red+Green+Blue) = 82+157+56=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #529D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529D38 is #AD62C7. Grayscale: #7B7B7B. Windows color (decimal): -11363016 or 3710290. OLE color: 3710290.

HSL color Cylindrical-coordinate representation of color #529D38: hue angle of 104.55º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #529D38 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 56 -
CMYK 0.48 0 0.64 0.38
HSL 104.55º 0.47% 0.42% -
HSV(B) 104.55º 0.64% 0.62% -
XYZ 16.25 26.19 7.94 -
YUV 123.06 90.15 98.71 -
System Red Green Blue C M Y K H S L
Decimal 82 157 56 0.48 0 0.64 0.38 104.55 0.47 0.42
Hex 52 9D 38 30 0 40 26 69 2F 2A
Octal 122 235 70 60 0 100 46 151 57 52
Binary 1010010 10011101 111000 110000 0 1000000 100110 1101001 101111 101010

Color Harmonies of #529D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D38

Black with #529D38

Text Example


Text Example

White with #529D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D38; }

 p { color: rgb(82,157,56); }

 H1.HeaderClassName
 {
   color: #529D38;
 }
 .AnyTagClassName
 {
   color: #529D38;
 }
</style>

background-color css

<style>
 a { background-color: #529D38; }

 a { background-color: rgb(82,157,56); }

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

border-color css

<style>
 span { border-color: #529D38; }

 span { border-color: rgb(82,157,56); }

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