#599268

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

Shades of Oxley #599268

Tints of Oxley #599268

Color information

#599268 (or 0x599268) is unknown color: approx Oxley. HEX triplet: 59, 92 and 68. RGB value is (89,146,104). Sum of RGB (Red+Green+Blue) = 89+146+104=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #599268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599268 is #A66D97. Grayscale: #7C7C7C. Windows color (decimal): -10907032 or 6853209. OLE color: 6853209.

HSL color Cylindrical-coordinate representation of color #599268: hue angle of 135.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599268 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB89146104-
CMYK0.3900.290.43
HSL135.79º24.26%46.08%-
HSV(B)135.79º39.04%57.25%-
XYZ16.923.6816.78-
YUV124.17116.62102.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=26.25%
G=43.07%
B=30.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal891461040.3900.290.43135.7924.2646.08
Hex5992682701D2B88182e
Octal13122215047035532103056
Binary10110011001001011010001001110111011010111000100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599268; }

 p { color: rgb(89,146,104); }

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

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

 a { background-color: rgb(89,146,104); }

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

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

 span { border-color: rgb(89,146,104); }

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