#649B1B

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

Shades of Limeade #649B1B

Tints of Limeade #649B1B

Color information

#649B1B (or 0x649B1B) is unknown color: approx Limeade. HEX triplet: 64, 9B and 1B. RGB value is (100,155,27). Sum of RGB (Red+Green+Blue) = 100+155+27=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #649B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B1B is #9B64E4. Grayscale: #7C7C7C. Windows color (decimal): -10183909 or 1809252. OLE color: 1809252.

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

Color convert

RGB10015527-
CMYK0.3500.830.39
HSL85.78º70.33%35.69%-
HSV(B)85.78º82.58%60.78%-
XYZ17.1726.235.19-
YUV123.9673.28110.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=35.46%
G=54.96%
B=9.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155270.3500.830.3985.7870.3335.69
Hex649B1B2305327564624
Octal144233334301234712610644
Binary110010010011011110111000110101001110011110101101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,27); }

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

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

 a { background-color: rgb(100,155,27); }

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

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

 span { border-color: rgb(100,155,27); }

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