Html Css Color HEX #529B39 La Palma

📋 copy color: '#529B39'

red 82 ◦ green 155 ◦ blue 57

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

Shades of La Palma #529B39

Tints of La Palma #529B39

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.72%

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

R = 27.89%
G = 52.72%
B = 19.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#529B39 (or 0x529B39) is known color: La Palma. HEX triplet: 52, 9B and 39. RGB value is (82,155,57). Sum of RGB (Red+Green+Blue) = 82+155+57=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #529B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B39 is #AD64C6. Grayscale: #7A7A7A. Windows color (decimal): -11363527 or 3775314. OLE color: 3775314.

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

Color convert

RGB 82 155 57 -
CMYK 0.47 0 0.63 0.39
HSL 104.69º 0.46% 0.42% -
HSV(B) 104.69º 0.63% 0.61% -
XYZ 15.94 25.53 7.96 -
YUV 122 91.32 99.47 -
System Red Green Blue C M Y K H S L
Decimal 82 155 57 0.47 0 0.63 0.39 104.69 0.46 0.42
Hex 52 9B 39 2F 0 3F 27 69 2E 2A
Octal 122 233 71 57 0 77 47 151 56 52
Binary 1010010 10011011 111001 101111 0 111111 100111 1101001 101110 101010

Color Harmonies of #529B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B39

Black with #529B39

Text Example


Text Example

White with #529B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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