#58926D

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

Shades of Oxley #58926D

Tints of Oxley #58926D

Color information

#58926D (or 0x58926D) is unknown color: approx Oxley. HEX triplet: 58, 92 and 6D. RGB value is (88,146,109). Sum of RGB (Red+Green+Blue) = 88+146+109=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #58926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58926D is #A76D92. Grayscale: #7C7C7C. Windows color (decimal): -10972563 or 7180888. OLE color: 7180888.

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

Color convert

RGB88146109-
CMYK0.4000.250.43
HSL141.72º24.79%45.88%-
HSV(B)141.72º39.73%57.25%-
XYZ17.0623.7418.15-
YUV124.44119.28102.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=25.66%
G=42.57%
B=31.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881461090.4000.250.43141.7224.7945.88
Hex58926D280192B8e192e
Octal13022215550031532163156
Binary10110001001001011011011010000110011010111000111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,146,109); }

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

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

 a { background-color: rgb(88,146,109); }

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

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

 span { border-color: rgb(88,146,109); }

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