#64992D

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

Shades of Limeade #64992D

Tints of Limeade #64992D

Color information

#64992D (or 0x64992D) is unknown color: approx Limeade. HEX triplet: 64, 99 and 2D. RGB value is (100,153,45). Sum of RGB (Red+Green+Blue) = 100+153+45=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #64992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64992D is #9B66D2. Grayscale: #7D7D7D. Windows color (decimal): -10184403 or 2988388. OLE color: 2988388.

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

Color convert

RGB10015345-
CMYK0.3500.710.4
HSL89.44º54.55%38.82%-
HSV(B)89.44º70.59%60%-
XYZ17.1225.686.54-
YUV124.8482.94110.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=33.56%
G=51.34%
B=15.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153450.3500.710.489.4454.5538.82
Hex64992D2304728593727
Octal14423155430107501316747
Binary110010010011001101101100011010001111010001011001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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