Html Css Color HEX #529936 La Palma

📋 copy color: '#529936'

red 82 ◦ green 153 ◦ blue 54

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

Shades of La Palma #529936

Tints of La Palma #529936

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.94%

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

R = 28.37%
G = 52.94%
B = 18.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#529936 (or 0x529936) is known color: La Palma. HEX triplet: 52, 99 and 36. RGB value is (82,153,54). Sum of RGB (Red+Green+Blue) = 82+153+54=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #529936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529936 is #AD66C9. Grayscale: #787878. Windows color (decimal): -11364042 or 3578194. OLE color: 3578194.

HSL color Cylindrical-coordinate representation of color #529936: hue angle of 103.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529936 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 54 -
CMYK 0.46 0 0.65 0.4
HSL 103.03º 0.48% 0.41% -
HSV(B) 103.03º 0.65% 0.6% -
XYZ 15.54 24.84 7.47 -
YUV 120.49 90.48 100.55 -
System Red Green Blue C M Y K H S L
Decimal 82 153 54 0.46 0 0.65 0.4 103.03 0.48 0.41
Hex 52 99 36 2E 0 41 28 67 30 29
Octal 122 231 66 56 0 101 50 147 60 51
Binary 1010010 10011001 110110 101110 0 1000001 101000 1100111 110000 101001

Color Harmonies of #529936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529936

Black with #529936

Text Example


Text Example

White with #529936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529936; }

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

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

background-color css

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

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

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

border-color css

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

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

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