Html Css Color HEX #58672A Dark Olive Green

📋 copy color: '#58672A'

red 88 ◦ green 103 ◦ blue 42

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

Shades of Dark Olive Green #58672A

Tints of Dark Olive Green #58672A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.21%

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

R = 37.77%
G = 44.21%
B = 18.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#58672A (or 0x58672A) is known color: Dark Olive Green. HEX triplet: 58, 67 and 2A. RGB value is (88,103,42). Sum of RGB (Red+Green+Blue) = 88+103+42=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #58672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58672A is #A798D5. Grayscale: #5B5B5B. Windows color (decimal): -10983638 or 2778968. OLE color: 2778968.

HSL color Cylindrical-coordinate representation of color #58672A: hue angle of 74.75º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58672A is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 103 42 -
CMYK 0.15 0 0.59 0.60
HSL 74.75º 0.42% 0.28% -
HSV(B) 74.75º 0.59% 0.4% -
XYZ 9.29 11.94 4.01 -
YUV 91.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 88 103 42 0.15 0 0.59 0.60 74.75 0.42 0.28
Hex 58 67 2A F 0 3B 3C 4B 2A 1C
Octal 130 147 52 17 0 73 74 113 52 34
Binary 1011000 1100111 101010 1111 0 111011 111100 1001011 101010 11100

Color Harmonies of #58672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58672A

Black with #58672A

Text Example


Text Example

White with #58672A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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