#64962B

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

Shades of Limeade #64962B

Tints of Limeade #64962B

Color information

#64962B (or 0x64962B) is unknown color: approx Limeade. HEX triplet: 64, 96 and 2B. RGB value is (100,150,43). Sum of RGB (Red+Green+Blue) = 100+150+43=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #64962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64962B is #9B69D4. Grayscale: #7B7B7B. Windows color (decimal): -10185173 or 2856548. OLE color: 2856548.

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

Color convert

RGB10015043-
CMYK0.3300.710.41
HSL88.04º55.44%37.84%-
HSV(B)88.04º71.33%58.82%-
XYZ16.624.76.18-
YUV122.8582.94111.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=34.13%
G=51.19%
B=14.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100150430.3300.710.4188.0455.4437.84
Hex64962B2104729583726
Octal14422653410107511306746
Binary110010010010110101011100001010001111010011011000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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