#64992E

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

Shades of Limeade #64992E

Tints of Limeade #64992E

Color information

#64992E (or 0x64992E) is unknown color: approx Limeade. HEX triplet: 64, 99 and 2E. RGB value is (100,153,46). Sum of RGB (Red+Green+Blue) = 100+153+46=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #64992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64992E is #9B66D1. Grayscale: #7D7D7D. Windows color (decimal): -10184402 or 3053924. OLE color: 3053924.

HSL color Cylindrical-coordinate representation of color #64992E: hue angle of 89.72º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64992E is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB10015346-
CMYK0.3500.700.4
HSL89.72º53.77%39.02%-
HSV(B)89.72º69.93%60%-
XYZ17.1425.696.64-
YUV124.9583.44110.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 46 (18.36% from 255) = 15.38%
R=33.44%
G=51.17%
B=15.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153460.3500.700.489.7253.7739.02
Hex64992E23046285a3627
Octal14423156430106501326647
Binary110010010011001101110100011010001101010001011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64992E; }

 p { color: rgb(100,153,46); }

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

<style>
 a { background-color: #64992E; }

 a { background-color: rgb(100,153,46); }

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

<style>
 span { border-color: #64992E; }

 span { border-color: rgb(100,153,46); }

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