Html Css Color HEX #529A39 La Palma

📋 copy color: '#529A39'

red 82 ◦ green 154 ◦ blue 57

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

Shades of La Palma #529A39

Tints of La Palma #529A39

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.56%

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

R = 27.99%
G = 52.56%
B = 19.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#529A39 (or 0x529A39) is known color: La Palma. HEX triplet: 52, 9A and 39. RGB value is (82,154,57). Sum of RGB (Red+Green+Blue) = 82+154+57=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #529A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529A39 is #AD65C6. Grayscale: #797979. Windows color (decimal): -11363783 or 3775058. OLE color: 3775058.

HSL color Cylindrical-coordinate representation of color #529A39: hue angle of 104.54º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529A39 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 154 57 -
CMYK 0.47 0 0.63 0.40
HSL 104.54º 0.46% 0.41% -
HSV(B) 104.54º 0.63% 0.6% -
XYZ 15.77 25.2 7.9 -
YUV 121.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 82 154 57 0.47 0 0.63 0.40 104.54 0.46 0.41
Hex 52 9A 39 2F 0 3F 28 69 2E 29
Octal 122 232 71 57 0 77 50 151 56 51
Binary 1010010 10011010 111001 101111 0 111111 101000 1101001 101110 101001

Color Harmonies of #529A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A39

Black with #529A39

Text Example


Text Example

White with #529A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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