Html Css Color HEX #58662D Dark Olive Green

📋 copy color: '#58662D'

red 88 ◦ green 102 ◦ blue 45

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

Shades of Dark Olive Green #58662D

Tints of Dark Olive Green #58662D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

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

R = 37.45%
G = 43.4%
B = 19.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#58662D (or 0x58662D) is known color: Dark Olive Green. HEX triplet: 58, 66 and 2D. RGB value is (88,102,45). Sum of RGB (Red+Green+Blue) = 88+102+45=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #58662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58662D is #A799D2. Grayscale: #5B5B5B. Windows color (decimal): -10983891 or 2975320. OLE color: 2975320.

HSL color Cylindrical-coordinate representation of color #58662D: hue angle of 74.74º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58662D is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 102 45 -
CMYK 0.14 0 0.56 0.6
HSL 74.74º 0.39% 0.29% -
HSV(B) 74.74º 0.56% 0.4% -
XYZ 9.25 11.77 4.27 -
YUV 91.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 88 102 45 0.14 0 0.56 0.6 74.74 0.39 0.29
Hex 58 66 2D E 0 38 3C 4B 27 1D
Octal 130 146 55 16 0 70 74 113 47 35
Binary 1011000 1100110 101101 1110 0 111000 111100 1001011 100111 11101

Color Harmonies of #58662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58662D

Black with #58662D

Text Example


Text Example

White with #58662D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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