#65992e

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

Shades of Limeade #65992E

Tints of Limeade #65992E

Color information

#65992E (or 0x65992E) is unknown color: approx Limeade. HEX triplet: 65, 99 and 2E. RGB value is (101,153,46). Sum of RGB (Red+Green+Blue) = 101+153+46=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #65992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65992E is #9A66D1. Grayscale: #7D7D7D. Windows color (decimal): -10118866 or 3053925. OLE color: 3053925.

HSL color Cylindrical-coordinate representation of color #65992E: hue angle of 89.16º 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 #65992E is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB10115346-
CMYK0.3400.700.4
HSL89.16º53.77%39.02%-
HSV(B)89.16º69.93%60%-
XYZ17.2525.756.65-
YUV125.2583.27110.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=33.67%
G=51%
B=15.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153460.3400.700.489.1653.7739.02
Hex65992E2204628593627
Octal14523156420106501316647
Binary110010110011001101110100010010001101010001011001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65992e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65992e; }

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

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

<style>
 a { background-color: #65992e; }

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

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

<style>
 span { border-color: #65992e; }

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

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