Html Css Color HEX #529313 Limeade

📋 copy color: '#529313'

red 82 ◦ green 147 ◦ blue 19

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

Shades of Limeade #529313

Tints of Limeade #529313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 59.27%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 33.06%
G = 59.27%
B = 7.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#529313 (or 0x529313) is known color: Limeade. HEX triplet: 52, 93 and 13. RGB value is (82,147,19). Sum of RGB (Red+Green+Blue) = 82+147+19=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #529313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529313 is #AD6CEC. Grayscale: #717171. Windows color (decimal): -11365613 or 1282898. OLE color: 1282898.

HSL color Cylindrical-coordinate representation of color #529313: hue angle of 90.47º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #529313 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 19 -
CMYK 0.44 0 0.87 0.42
HSL 90.47º 0.77% 0.33% -
HSV(B) 90.47º 0.87% 0.58% -
XYZ 14.03 22.71 4.26 -
YUV 112.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 82 147 19 0.44 0 0.87 0.42 90.47 0.77 0.33
Hex 52 93 13 2C 0 57 2A 5A 4D 21
Octal 122 223 23 54 0 127 52 132 115 41
Binary 1010010 10010011 10011 101100 0 1010111 101010 1011010 1001101 100001

Color Harmonies of #529313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529313

Black with #529313

Text Example


Text Example

White with #529313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529313; }

 p { color: rgb(82,147,19); }

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

background-color css

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

 a { background-color: rgb(82,147,19); }

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

border-color css

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

 span { border-color: rgb(82,147,19); }

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