Html Css Color HEX #649628 Limeade

📋 copy color: '#649628'

red 100 ◦ green 150 ◦ blue 40

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

Shades of Limeade #649628

Tints of Limeade #649628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 34.48%
G = 51.72%
B = 13.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#649628 (or 0x649628) is known color: Limeade. HEX triplet: 64, 96 and 28. RGB value is (100,150,40). Sum of RGB (Red+Green+Blue) = 100+150+40=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #649628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649628 is #9B69D7. Grayscale: #7A7A7A. Windows color (decimal): -10185176 or 2659940. OLE color: 2659940.

HSL color Cylindrical-coordinate representation of color #649628: hue angle of 87.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #649628 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 40 -
CMYK 0.33 0 0.73 0.41
HSL 87.27º 0.58% 0.37% -
HSV(B) 87.27º 0.73% 0.59% -
XYZ 16.54 24.68 5.9 -
YUV 122.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 100 150 40 0.33 0 0.73 0.41 87.27 0.58 0.37
Hex 64 96 28 21 0 49 29 57 3A 25
Octal 144 226 50 41 0 111 51 127 72 45
Binary 1100100 10010110 101000 100001 0 1001001 101001 1010111 111010 100101

Color Harmonies of #649628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649628

Black with #649628

Text Example


Text Example

White with #649628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649628; }

 p { color: rgb(100,150,40); }

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

background-color css

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

 a { background-color: rgb(100,150,40); }

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

border-color css

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

 span { border-color: rgb(100,150,40); }

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