#58652E

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

Shades of Dark Olive Green #58652E

Tints of Dark Olive Green #58652E

Color information

#58652E (or 0x58652E) is unknown color: approx Dark Olive Green. HEX triplet: 58, 65 and 2E. RGB value is (88,101,46). Sum of RGB (Red+Green+Blue) = 88+101+46=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #58652E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58652E is #A79AD1. Grayscale: #5B5B5B. Windows color (decimal): -10984146 or 3040600. OLE color: 3040600.

HSL color Cylindrical-coordinate representation of color #58652E: hue angle of 74.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58652E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB8810146-
CMYK0.1300.540.60
HSL74.18º37.41%28.82%-
HSV(B)74.18º54.46%39.61%-
XYZ9.1711.584.34-
YUV90.84102.69125.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=37.45%
G=42.98%
B=19.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88101460.1300.540.6074.1837.4128.82
Hex58652ED0363C4a251d
Octal1301455615066741124535
Binary1011000110010110111011010110110111100100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58652E; }

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

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

<style>
 a { background-color: #58652E; }

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

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

<style>
 span { border-color: #58652E; }

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

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