Html Css Color HEX #649A31 Limeade

📋 copy color: '#649A31'

red 100 ◦ green 154 ◦ blue 49

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

Shades of Limeade #649A31

Tints of Limeade #649A31

RGB

 RED value IS 100 (39.45% from 255) = 33%

 GREEN value IS 154 (60.55% from 255) = 50.83%

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 33%
G = 50.83%
B = 16.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#649A31 (or 0x649A31) is known color: Limeade. HEX triplet: 64, 9A and 31. RGB value is (100,154,49). Sum of RGB (Red+Green+Blue) = 100+154+49=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #649A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A31 is #9B65CE. Grayscale: #7E7E7E. Windows color (decimal): -10184143 or 3250788. OLE color: 3250788.

HSL color Cylindrical-coordinate representation of color #649A31: hue angle of 90.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #649A31 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 154 49 -
CMYK 0.35 0 0.68 0.40
HSL 90.86º 0.52% 0.4% -
HSV(B) 90.86º 0.68% 0.6% -
XYZ 17.37 26.04 7.02 -
YUV 125.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 100 154 49 0.35 0 0.68 0.40 90.86 0.52 0.4
Hex 64 9A 31 23 0 44 28 5B 34 28
Octal 144 232 61 43 0 104 50 133 64 50
Binary 1100100 10011010 110001 100011 0 1000100 101000 1011011 110100 101000

Color Harmonies of #649A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A31

Black with #649A31

Text Example


Text Example

White with #649A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649A31; }

 p { color: rgb(100,154,49); }

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

background-color css

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

 a { background-color: rgb(100,154,49); }

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

border-color css

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

 span { border-color: rgb(100,154,49); }

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