Html Css Color HEX #649A3A Limeade

📋 copy color: '#649A3A'

red 100 ◦ green 154 ◦ blue 58

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

Shades of Limeade #649A3A

Tints of Limeade #649A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 32.05%
G = 49.36%
B = 18.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#649A3A (or 0x649A3A) is known color: Limeade. HEX triplet: 64, 9A and 3A. RGB value is (100,154,58). Sum of RGB (Red+Green+Blue) = 100+154+58=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #649A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A3A is #9B65C5. Grayscale: #7F7F7F. Windows color (decimal): -10184134 or 3840612. OLE color: 3840612.

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

Color convert

RGB 100 154 58 -
CMYK 0.35 0 0.62 0.40
HSL 93.75º 0.45% 0.42% -
HSV(B) 93.75º 0.62% 0.6% -
XYZ 17.57 26.13 8.12 -
YUV 126.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 100 154 58 0.35 0 0.62 0.40 93.75 0.45 0.42
Hex 64 9A 3A 23 0 3E 28 5E 2D 2A
Octal 144 232 72 43 0 76 50 136 55 52
Binary 1100100 10011010 111010 100011 0 111110 101000 1011110 101101 101010

Color Harmonies of #649A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A3A

Black with #649A3A

Text Example


Text Example

White with #649A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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