Html Css Color HEX #58652D Dark Olive Green

📋 copy color: '#58652D'

red 88 ◦ green 101 ◦ blue 45

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

Shades of Dark Olive Green #58652D

Tints of Dark Olive Green #58652D

RGB

 RED value IS 88 (34.77% from 255) = 37.61%

 GREEN value IS 101 (39.84% from 255) = 43.16%

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 37.61%
G = 43.16%
B = 19.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#58652D (or 0x58652D) is known color: Dark Olive Green. HEX triplet: 58, 65 and 2D. RGB value is (88,101,45). Sum of RGB (Red+Green+Blue) = 88+101+45=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #58652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58652D is #A79AD2. Grayscale: #5A5A5A. Windows color (decimal): -10984147 or 2975064. OLE color: 2975064.

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

Color convert

RGB 88 101 45 -
CMYK 0.13 0 0.55 0.60
HSL 73.93º 0.38% 0.29% -
HSV(B) 73.93º 0.55% 0.4% -
XYZ 9.15 11.57 4.23 -
YUV 90.73 102.19 126.05 -
System Red Green Blue C M Y K H S L
Decimal 88 101 45 0.13 0 0.55 0.60 73.93 0.38 0.29
Hex 58 65 2D D 0 37 3C 4A 26 1D
Octal 130 145 55 15 0 67 74 112 46 35
Binary 1011000 1100101 101101 1101 0 110111 111100 1001010 100110 11101

Color Harmonies of #58652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58652D

Black with #58652D

Text Example


Text Example

White with #58652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58652D;
 }
 .AnyTagClassName
 {
   color: #58652D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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