Html Css Color HEX #58742A Dark Olive Green

📋 copy color: '#58742A'

red 88 ◦ green 116 ◦ blue 42

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

Shades of Dark Olive Green #58742A

Tints of Dark Olive Green #58742A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.15%

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 35.77%
G = 47.15%
B = 17.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#58742A (or 0x58742A) is known color: Dark Olive Green. HEX triplet: 58, 74 and 2A. RGB value is (88,116,42). Sum of RGB (Red+Green+Blue) = 88+116+42=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #58742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58742A is #A78BD5. Grayscale: #636363. Windows color (decimal): -10980310 or 2782296. OLE color: 2782296.

HSL color Cylindrical-coordinate representation of color #58742A: hue angle of 82.7º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58742A is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 116 42 -
CMYK 0.24 0 0.64 0.55
HSL 82.7º 0.47% 0.31% -
HSV(B) 82.7º 0.64% 0.45% -
XYZ 10.69 14.73 4.47 -
YUV 99.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 88 116 42 0.24 0 0.64 0.55 82.7 0.47 0.31
Hex 58 74 2A 18 0 40 37 53 2F 1F
Octal 130 164 52 30 0 100 67 123 57 37
Binary 1011000 1110100 101010 11000 0 1000000 110111 1010011 101111 11111

Color Harmonies of #58742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58742A

Black with #58742A

Text Example


Text Example

White with #58742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58742A; }

 p { color: rgb(88,116,42); }

 H1.HeaderClassName
 {
   color: #58742A;
 }
 .AnyTagClassName
 {
   color: #58742A;
 }
</style>

background-color css

<style>
 a { background-color: #58742A; }

 a { background-color: rgb(88,116,42); }

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

border-color css

<style>
 span { border-color: #58742A; }

 span { border-color: rgb(88,116,42); }

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