Html Css Color HEX #529133 La Palma

📋 copy color: '#529133'

red 82 ◦ green 145 ◦ blue 51

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

Shades of La Palma #529133

Tints of La Palma #529133

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.16%

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

R = 29.5%
G = 52.16%
B = 18.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#529133 (or 0x529133) is known color: La Palma. HEX triplet: 52, 91 and 33. RGB value is (82,145,51). Sum of RGB (Red+Green+Blue) = 82+145+51=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #529133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529133 is #AD6ECC. Grayscale: #737373. Windows color (decimal): -11366093 or 3379538. OLE color: 3379538.

HSL color Cylindrical-coordinate representation of color #529133: hue angle of 100.21º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529133 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 51 -
CMYK 0.43 0 0.65 0.43
HSL 100.21º 0.48% 0.38% -
HSV(B) 100.21º 0.65% 0.57% -
XYZ 14.2 22.28 6.68 -
YUV 115.45 91.63 104.14 -
System Red Green Blue C M Y K H S L
Decimal 82 145 51 0.43 0 0.65 0.43 100.21 0.48 0.38
Hex 52 91 33 2B 0 41 2B 64 30 26
Octal 122 221 63 53 0 101 53 144 60 46
Binary 1010010 10010001 110011 101011 0 1000001 101011 1100100 110000 100110

Color Harmonies of #529133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529133

Black with #529133

Text Example


Text Example

White with #529133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529133; }

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

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

background-color css

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

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

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

border-color css

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

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

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