Html Css Color HEX #649D3D Limeade

📋 copy color: '#649D3D'

red 100 ◦ green 157 ◦ blue 61

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

Shades of Limeade #649D3D

Tints of Limeade #649D3D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.37%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 31.45%
G = 49.37%
B = 19.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#649D3D (or 0x649D3D) is known color: Limeade. HEX triplet: 64, 9D and 3D. RGB value is (100,157,61). Sum of RGB (Red+Green+Blue) = 100+157+61=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #649D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D3D is #9B62C2. Grayscale: #818181. Windows color (decimal): -10183363 or 4037988. OLE color: 4037988.

HSL color Cylindrical-coordinate representation of color #649D3D: hue angle of 95.62º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649D3D is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 61 -
CMYK 0.36 0 0.61 0.38
HSL 95.63º 0.44% 0.43% -
HSV(B) 95.63º 0.61% 0.62% -
XYZ 18.15 27.16 8.7 -
YUV 129.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 100 157 61 0.36 0 0.61 0.38 95.63 0.44 0.43
Hex 64 9D 3D 24 0 3D 26 60 2C 2B
Octal 144 235 75 44 0 75 46 140 54 53
Binary 1100100 10011101 111101 100100 0 111101 100110 1100000 101100 101011

Color Harmonies of #649D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D3D

Black with #649D3D

Text Example


Text Example

White with #649D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,157,61); }

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

background-color css

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

 a { background-color: rgb(100,157,61); }

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

border-color css

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

 span { border-color: rgb(100,157,61); }

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