Html Css Color HEX #519322 Limeade

📋 copy color: '#519322'

red 81 ◦ green 147 ◦ blue 34

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

Shades of Limeade #519322

Tints of Limeade #519322

RGB

 RED value IS 81 (32.03% from 255) = 30.92%

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

 BLUE value IS 34 (13.67% from 255) = 12.98%

R = 30.92%
G = 56.11%
B = 12.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#519322 (or 0x519322) is known color: Limeade. HEX triplet: 51, 93 and 22. RGB value is (81,147,34). Sum of RGB (Red+Green+Blue) = 81+147+34=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #519322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519322 is #AE6CDD. Grayscale: #727272. Windows color (decimal): -11431134 or 2265937. OLE color: 2265937.

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

Color convert

RGB 81 147 34 -
CMYK 0.45 0 0.77 0.42
HSL 95.04º 0.62% 0.35% -
HSV(B) 95.04º 0.77% 0.58% -
XYZ 14.12 22.73 5.16 -
YUV 114.38 82.63 104.19 -
System Red Green Blue C M Y K H S L
Decimal 81 147 34 0.45 0 0.77 0.42 95.04 0.62 0.35
Hex 51 93 22 2D 0 4D 2A 5F 3E 23
Octal 121 223 42 55 0 115 52 137 76 43
Binary 1010001 10010011 100010 101101 0 1001101 101010 1011111 111110 100011

Color Harmonies of #519322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519322

Black with #519322

Text Example


Text Example

White with #519322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519322; }

 p { color: rgb(81,147,34); }

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

background-color css

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

 a { background-color: rgb(81,147,34); }

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

border-color css

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

 span { border-color: rgb(81,147,34); }

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