#649D3D

Color #649D3D Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #649D3D

Tints of Limeade #649D3D

Color information

#649D3D (or 0x649D3D) is unknown color: approx 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

RGB10015761-
CMYK0.3600.610.38
HSL95.62º44.04%42.75%-
HSV(B)95.62º61.15%61.57%-
XYZ18.1527.168.7-
YUV129.0189.62107.31-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157610.3600.610.3895.6244.0442.75
Hex649D3D2403D26602c2b
Octal1442357544075461405453
Binary11001001001110111110110010001111011001101100000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>