Html Css Color HEX #649A2C Limeade

📋 copy color: '#649A2C'

red 100 ◦ green 154 ◦ blue 44

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

Shades of Limeade #649A2C

Tints of Limeade #649A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 33.56%
G = 51.68%
B = 14.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#649A2C (or 0x649A2C) is known color: Limeade. HEX triplet: 64, 9A and 2C. RGB value is (100,154,44). Sum of RGB (Red+Green+Blue) = 100+154+44=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #649A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A2C is #9B65D3. Grayscale: #7D7D7D. Windows color (decimal): -10184148 or 2923108. OLE color: 2923108.

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

Color convert

RGB 100 154 44 -
CMYK 0.35 0 0.71 0.40
HSL 89.45º 0.56% 0.39% -
HSV(B) 89.45º 0.71% 0.6% -
XYZ 17.27 26 6.49 -
YUV 125.31 82.11 109.94 -
System Red Green Blue C M Y K H S L
Decimal 100 154 44 0.35 0 0.71 0.40 89.45 0.56 0.39
Hex 64 9A 2C 23 0 47 28 59 38 27
Octal 144 232 54 43 0 107 50 131 70 47
Binary 1100100 10011010 101100 100011 0 1000111 101000 1011001 111000 100111

Color Harmonies of #649A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A2C

Black with #649A2C

Text Example


Text Example

White with #649A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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