#58946c

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

Shades of Oxley #58946C

Tints of Oxley #58946C

Color information

#58946C (or 0x58946C) is unknown color: approx Oxley. HEX triplet: 58, 94 and 6C. RGB value is (88,148,108). Sum of RGB (Red+Green+Blue) = 88+148+108=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #58946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58946C is #A76B93. Grayscale: #7D7D7D. Windows color (decimal): -10972052 or 7115864. OLE color: 7115864.

HSL color Cylindrical-coordinate representation of color #58946C: hue angle of 140º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #58946C is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB88148108-
CMYK0.4100.270.42
HSL140º25.42%46.27%-
HSV(B)140º40.54%58.04%-
XYZ17.3224.3417.97-
YUV125.5118.12101.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=25.58%
G=43.02%
B=31.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881481080.4100.270.4214025.4246.27
Hex58946C2901B2A8c192e
Octal13022415451033522143156
Binary10110001001010011011001010010110111010101000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58946c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58946c; }

 p { color: rgb(88,148,108); }

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

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

 a { background-color: rgb(88,148,108); }

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

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

 span { border-color: rgb(88,148,108); }

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