Html Css Color HEX #58762D Dark Olive Green

📋 copy color: '#58762D'

red 88 ◦ green 118 ◦ blue 45

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

Shades of Dark Olive Green #58762D

Tints of Dark Olive Green #58762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

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

R = 35.06%
G = 47.01%
B = 17.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#58762D (or 0x58762D) is known color: Dark Olive Green. HEX triplet: 58, 76 and 2D. RGB value is (88,118,45). Sum of RGB (Red+Green+Blue) = 88+118+45=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #58762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58762D is #A789D2. Grayscale: #646464. Windows color (decimal): -10979795 or 2979416. OLE color: 2979416.

HSL color Cylindrical-coordinate representation of color #58762D: hue angle of 84.66º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58762D is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 118 45 -
CMYK 0.25 0 0.62 0.54
HSL 84.66º 0.45% 0.32% -
HSV(B) 84.66º 0.62% 0.46% -
XYZ 10.98 15.22 4.84 -
YUV 100.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 88 118 45 0.25 0 0.62 0.54 84.66 0.45 0.32
Hex 58 76 2D 19 0 3E 36 55 2D 20
Octal 130 166 55 31 0 76 66 125 55 40
Binary 1011000 1110110 101101 11001 0 111110 110110 1010101 101101 100000

Color Harmonies of #58762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58762D

Black with #58762D

Text Example


Text Example

White with #58762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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