Html Css Color HEX #529533 La Palma

📋 copy color: '#529533'

red 82 ◦ green 149 ◦ blue 51

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

Shades of La Palma #529533

Tints of La Palma #529533

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.84%

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 29.08%
G = 52.84%
B = 18.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#529533 (or 0x529533) is known color: La Palma. HEX triplet: 52, 95 and 33. RGB value is (82,149,51). Sum of RGB (Red+Green+Blue) = 82+149+51=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #529533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529533 is #AD6ACC. Grayscale: #767676. Windows color (decimal): -11365069 or 3380562. OLE color: 3380562.

HSL color Cylindrical-coordinate representation of color #529533: hue angle of 101.02º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529533 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 51 -
CMYK 0.45 0 0.66 0.42
HSL 101.02º 0.49% 0.39% -
HSV(B) 101.02º 0.66% 0.58% -
XYZ 14.82 23.53 6.89 -
YUV 117.8 90.3 102.47 -
System Red Green Blue C M Y K H S L
Decimal 82 149 51 0.45 0 0.66 0.42 101.02 0.49 0.39
Hex 52 95 33 2D 0 42 2A 65 31 27
Octal 122 225 63 55 0 102 52 145 61 47
Binary 1010010 10010101 110011 101101 0 1000010 101010 1100101 110001 100111

Color Harmonies of #529533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529533

Black with #529533

Text Example


Text Example

White with #529533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529533; }

 p { color: rgb(82,149,51); }

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

background-color css

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

 a { background-color: rgb(82,149,51); }

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

border-color css

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

 span { border-color: rgb(82,149,51); }

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