#58956A

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

Shades of Oxley #58956A

Tints of Oxley #58956A

Color information

#58956A (or 0x58956A) is unknown color: approx Oxley. HEX triplet: 58, 95 and 6A. RGB value is (88,149,106). Sum of RGB (Red+Green+Blue) = 88+149+106=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #58956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58956A is #A76A95. Grayscale: #7D7D7D. Windows color (decimal): -10971798 or 6985048. OLE color: 6985048.

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

Color convert

RGB88149106-
CMYK0.4100.290.42
HSL137.7º25.74%46.47%-
HSV(B)137.7º40.94%58.43%-
XYZ17.3724.6117.47-
YUV125.86116.79101-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 149 (58.59% from 255) = 43.44%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=25.66%
G=43.44%
B=30.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881491060.4100.290.42137.725.7446.47
Hex58956A2901D2A8a1a2e
Octal13022515251035522123256
Binary10110001001010111010101010010111011010101000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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