Html Css Color HEX #649E2A Limeade

📋 copy color: '#649E2A'

red 100 ◦ green 158 ◦ blue 42

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

Shades of Limeade #649E2A

Tints of Limeade #649E2A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.67%

 BLUE value IS 42 (16.8% from 255) = 14%

R = 33.33%
G = 52.67%
B = 14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#649E2A (or 0x649E2A) is known color: Limeade. HEX triplet: 64, 9E and 2A. RGB value is (100,158,42). Sum of RGB (Red+Green+Blue) = 100+158+42=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #649E2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649E2A is #9B61D5. Grayscale: #7F7F7F. Windows color (decimal): -10183126 or 2793060. OLE color: 2793060.

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

Color convert

RGB 100 158 42 -
CMYK 0.37 0 0.73 0.38
HSL 90º 0.58% 0.39% -
HSV(B) 90º 0.73% 0.62% -
XYZ 17.9 27.33 6.52 -
YUV 127.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 100 158 42 0.37 0 0.73 0.38 90 0.58 0.39
Hex 64 9E 2A 25 0 49 26 5A 3A 27
Octal 144 236 52 45 0 111 46 132 72 47
Binary 1100100 10011110 101010 100101 0 1001001 100110 1011010 111010 100111

Color Harmonies of #649E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E2A

Black with #649E2A

Text Example


Text Example

White with #649E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,158,42); }

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

background-color css

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

 a { background-color: rgb(100,158,42); }

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

border-color css

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

 span { border-color: rgb(100,158,42); }

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