Html Css Color HEX #529B36 La Palma

📋 copy color: '#529B36'

red 82 ◦ green 155 ◦ blue 54

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

Shades of La Palma #529B36

Tints of La Palma #529B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 28.18%
G = 53.26%
B = 18.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#529B36 (or 0x529B36) is known color: La Palma. HEX triplet: 52, 9B and 36. RGB value is (82,155,54). Sum of RGB (Red+Green+Blue) = 82+155+54=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #529B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529B36 is #AD64C9. Grayscale: #797979. Windows color (decimal): -11363530 or 3578706. OLE color: 3578706.

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

Color convert

RGB 82 155 54 -
CMYK 0.47 0 0.65 0.39
HSL 103.37º 0.48% 0.41% -
HSV(B) 103.37º 0.65% 0.61% -
XYZ 15.87 25.5 7.58 -
YUV 121.66 89.82 99.71 -
System Red Green Blue C M Y K H S L
Decimal 82 155 54 0.47 0 0.65 0.39 103.37 0.48 0.41
Hex 52 9B 36 2F 0 41 27 67 30 29
Octal 122 233 66 57 0 101 47 147 60 51
Binary 1010010 10011011 110110 101111 0 1000001 100111 1100111 110000 101001

Color Harmonies of #529B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B36

Black with #529B36

Text Example


Text Example

White with #529B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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