#649C1C

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

Shades of Limeade #649C1C

Tints of Limeade #649C1C

Color information

#649C1C (or 0x649C1C) is unknown color: approx Limeade. HEX triplet: 64, 9C and 1C. RGB value is (100,156,28). Sum of RGB (Red+Green+Blue) = 100+156+28=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #649C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C1C is #9B63E3. Grayscale: #7D7D7D. Windows color (decimal): -10183652 or 1875044. OLE color: 1875044.

HSL color Cylindrical-coordinate representation of color #649C1C: hue angle of 86.25º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #649C1C is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB10015628-
CMYK0.3600.820.39
HSL86.25º69.57%36.08%-
HSV(B)86.25º82.05%61.18%-
XYZ17.3526.575.31-
YUV124.6673.45110.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 156 (61.33% from 255) = 54.93%
BLUE value IS 28 (11.33% from 255) = 9.86%
R=35.21%
G=54.93%
B=9.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100156280.3600.820.3986.2569.5736.08
Hex649C1C2405227564624
Octal144234344401224712610644
Binary110010010011100111001001000101001010011110101101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,156,28); }

 H1.HeaderClassName
 {
   color: #649C1C;
 }
 .AnyTagClassName
 {
   color: #649C1C;
 }
</style>
background-color css

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

 a { background-color: rgb(100,156,28); }

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

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

 span { border-color: rgb(100,156,28); }

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