#659B3B

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

Shades of Limeade #659B3B

Tints of Limeade #659B3B

Color information

#659B3B (or 0x659B3B) is unknown color: approx Limeade. HEX triplet: 65, 9B and 3B. RGB value is (101,155,59). Sum of RGB (Red+Green+Blue) = 101+155+59=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #659B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B3B is #9A64C4. Grayscale: #808080. Windows color (decimal): -10118341 or 3906405. OLE color: 3906405.

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

Color convert

RGB10115559-
CMYK0.3500.620.39
HSL93.75º44.86%41.96%-
HSV(B)93.75º61.94%60.78%-
XYZ17.8826.538.32-
YUV127.9189.11108.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=32.06%
G=49.21%
B=18.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101155590.3500.620.3993.7544.8641.96
Hex659B3B2303E275e2d2a
Octal1452337343076471365552
Binary11001011001101111101110001101111101001111011110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659B3B; }

 p { color: rgb(101,155,59); }

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

<style>
 a { background-color: #659B3B; }

 a { background-color: rgb(101,155,59); }

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

<style>
 span { border-color: #659B3B; }

 span { border-color: rgb(101,155,59); }

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