#64962A

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

Shades of Limeade #64962A

Tints of Limeade #64962A

Color information

#64962A (or 0x64962A) is unknown color: approx Limeade. HEX triplet: 64, 96 and 2A. RGB value is (100,150,42). Sum of RGB (Red+Green+Blue) = 100+150+42=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #64962A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64962A is #9B69D5. Grayscale: #7B7B7B. Windows color (decimal): -10185174 or 2791012. OLE color: 2791012.

HSL color Cylindrical-coordinate representation of color #64962A: hue angle of 87.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64962A is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB10015042-
CMYK0.3300.720.41
HSL87.78º56.25%37.65%-
HSV(B)87.78º72%58.82%-
XYZ16.5824.696.08-
YUV122.7482.44111.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=34.25%
G=51.37%
B=14.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100150420.3300.720.4187.7856.2537.65
Hex64962A2104829583826
Octal14422652410110511307046
Binary110010010010110101010100001010010001010011011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64962A; }

 p { color: rgb(100,150,42); }

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

<style>
 a { background-color: #64962A; }

 a { background-color: rgb(100,150,42); }

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

<style>
 span { border-color: #64962A; }

 span { border-color: rgb(100,150,42); }

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