Html Css Color HEX #649F31 Limeade

📋 copy color: '#649F31'

red 100 ◦ green 159 ◦ blue 49

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

Shades of Limeade #649F31

Tints of Limeade #649F31

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.62%

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

R = 32.47%
G = 51.62%
B = 15.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#649F31 (or 0x649F31) is known color: Limeade. HEX triplet: 64, 9F and 31. RGB value is (100,159,49). Sum of RGB (Red+Green+Blue) = 100+159+49=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #649F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F31 is #9B60CE. Grayscale: #818181. Windows color (decimal): -10182863 or 3252068. OLE color: 3252068.

HSL color Cylindrical-coordinate representation of color #649F31: hue angle of 92.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #649F31 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 159 49 -
CMYK 0.37 0 0.69 0.38
HSL 92.18º 0.53% 0.41% -
HSV(B) 92.18º 0.69% 0.62% -
XYZ 18.21 27.73 7.3 -
YUV 128.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 100 159 49 0.37 0 0.69 0.38 92.18 0.53 0.41
Hex 64 9F 31 25 0 45 26 5C 35 29
Octal 144 237 61 45 0 105 46 134 65 51
Binary 1100100 10011111 110001 100101 0 1000101 100110 1011100 110101 101001

Color Harmonies of #649F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F31

Black with #649F31

Text Example


Text Example

White with #649F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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