#649D35

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

Shades of Limeade #649D35

Tints of Limeade #649D35

Color information

#649D35 (or 0x649D35) is unknown color: approx Limeade. HEX triplet: 64, 9D and 35. RGB value is (100,157,53). Sum of RGB (Red+Green+Blue) = 100+157+53=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #649D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D35 is #9B62CA. Grayscale: #808080. Windows color (decimal): -10183371 or 3513700. OLE color: 3513700.

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

Color convert

RGB10015753-
CMYK0.3600.660.38
HSL92.88º49.52%41.18%-
HSV(B)92.88º66.24%61.57%-
XYZ17.9627.087.65-
YUV128.185.62107.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 157 (61.72% from 255) = 50.65%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=32.26%
G=50.65%
B=17.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157530.3600.660.3892.8849.5241.18
Hex649D3524042265d3229
Octal14423565440102461356251
Binary110010010011101110101100100010000101001101011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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