#58653A

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

Shades of Dark Olive Green #58653A

Tints of Dark Olive Green #58653A

Color information

#58653A (or 0x58653A) is unknown color: approx Dark Olive Green. HEX triplet: 58, 65 and 3A. RGB value is (88,101,58). Sum of RGB (Red+Green+Blue) = 88+101+58=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #58653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58653A is #A79AC5. Grayscale: #5C5C5C. Windows color (decimal): -10984134 or 3827032. OLE color: 3827032.

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

Color convert

RGB8810158-
CMYK0.1300.430.60
HSL78.14º27.04%31.18%-
HSV(B)78.14º42.57%39.61%-
XYZ9.4411.695.76-
YUV92.21108.69125-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=35.63%
G=40.89%
B=23.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101580.1300.430.6078.1427.0431.18
Hex58653AD02B3C4e1b1f
Octal1301457215053741163337
Binary101100011001011110101101010101111110010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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