#58956B

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

Shades of Oxley #58956B

Tints of Oxley #58956B

Color information

#58956B (or 0x58956B) is unknown color: approx Oxley. HEX triplet: 58, 95 and 6B. RGB value is (88,149,107). Sum of RGB (Red+Green+Blue) = 88+149+107=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #58956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956B is #A76A94. Grayscale: #7E7E7E. Windows color (decimal): -10971797 or 7050584. OLE color: 7050584.

HSL color Cylindrical-coordinate representation of color #58956B: hue angle of 138.69º degrees, saturation: 0.26, 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 #58956B is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB88149107-
CMYK0.4100.280.42
HSL138.69º25.74%46.47%-
HSV(B)138.69º40.94%58.43%-
XYZ17.4324.6317.75-
YUV125.97117.29100.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 149 (58.59% from 255) = 43.31%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=25.58%
G=43.31%
B=31.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491070.4100.280.42138.6925.7446.47
Hex58956B2901C2A8b1a2e
Octal13022515351034522133256
Binary10110001001010111010111010010111001010101000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58956B; }

 p { color: rgb(88,149,107); }

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

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

 a { background-color: rgb(88,149,107); }

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

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

 span { border-color: rgb(88,149,107); }

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