#58653B

Color #58653B Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #58653B

Tints of Dark Olive Green #58653B

Color information

#58653B (or 0x58653B) is unknown color: approx Dark Olive Green. HEX triplet: 58, 65 and 3B. RGB value is (88,101,59). Sum of RGB (Red+Green+Blue) = 88+101+59=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #58653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58653B is #A79AC4. Grayscale: #5C5C5C. Windows color (decimal): -10984133 or 3892568. OLE color: 3892568.

HSL color Cylindrical-coordinate representation of color #58653B: hue angle of 78.57º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58653B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB8810159-
CMYK0.1300.420.60
HSL78.57º26.25%31.37%-
HSV(B)78.57º41.58%39.61%-
XYZ9.4711.75.9-
YUV92.32109.19124.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=35.48%
G=40.73%
B=23.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101590.1300.420.6078.5726.2531.37
Hex58653BD02A3C4f1a1f
Octal1301457315052741173237
Binary101100011001011110111101010101011110010011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,101,59); }

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

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

 a { background-color: rgb(88,101,59); }

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

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

 span { border-color: rgb(88,101,59); }

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