#59946D

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

Shades of Oxley #59946D

Tints of Oxley #59946D

Color information

#59946D (or 0x59946D) is unknown color: approx Oxley. HEX triplet: 59, 94 and 6D. RGB value is (89,148,109). Sum of RGB (Red+Green+Blue) = 89+148+109=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #59946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59946D is #A66B92. Grayscale: #7E7E7E. Windows color (decimal): -10906515 or 7181401. OLE color: 7181401.

HSL color Cylindrical-coordinate representation of color #59946D: hue angle of 140.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59946D is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB89148109-
CMYK0.4000.260.42
HSL140.34º24.89%46.47%-
HSV(B)140.34º39.86%58.04%-
XYZ17.4724.4118.26-
YUV125.91118.45101.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=25.72%
G=42.77%
B=31.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481090.4000.260.42140.3424.8946.47
Hex59946D2801A2A8c192e
Octal13122415550032522143156
Binary10110011001010011011011010000110101010101000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,148,109); }

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

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

 a { background-color: rgb(89,148,109); }

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

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

 span { border-color: rgb(89,148,109); }

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