Html Css Color HEX #58652E Dark Olive Green

📋 copy color: '#58652E'

red 88 ◦ green 101 ◦ blue 46

#58652E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #58652E

Tints of Dark Olive Green #58652E

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 value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#58652E (or 0x58652E) is known color: 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

RGB 88 101 46 -
CMYK 0.13 0 0.54 0.60
HSL 74.18º 0.37% 0.29% -
HSV(B) 74.18º 0.54% 0.4% -
XYZ 9.17 11.58 4.34 -
YUV 90.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 88 101 46 0.13 0 0.54 0.60 74.18 0.37 0.29
Hex 58 65 2E D 0 36 3C 4A 25 1D
Octal 130 145 56 15 0 66 74 112 45 35
Binary 1011000 1100101 101110 1101 0 110110 111100 1001010 100101 11101

Color Harmonies of #58652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58652E

Black with #58652E

Text Example


Text Example

White with #58652E

Text Example


Text Example

HTML Codes & Css Web 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>