Html Css Color HEX #58662A Dark Olive Green

📋 copy color: '#58662A'

red 88 ◦ green 102 ◦ blue 42

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

Shades of Dark Olive Green #58662A

Tints of Dark Olive Green #58662A

RGB

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

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

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

R = 37.93%
G = 43.97%
B = 18.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#58662A (or 0x58662A) is known color: Dark Olive Green. HEX triplet: 58, 66 and 2A. RGB value is (88,102,42). Sum of RGB (Red+Green+Blue) = 88+102+42=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #58662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58662A is #A799D5. Grayscale: #5B5B5B. Windows color (decimal): -10983894 or 2778712. OLE color: 2778712.

HSL color Cylindrical-coordinate representation of color #58662A: hue angle of 74º 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 #58662A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 102 42 -
CMYK 0.14 0 0.59 0.6
HSL 74º 0.42% 0.28% -
HSV(B) 74º 0.59% 0.4% -
XYZ 9.19 11.74 3.97 -
YUV 90.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 88 102 42 0.14 0 0.59 0.6 74 0.42 0.28
Hex 58 66 2A E 0 3B 3C 4A 2A 1C
Octal 130 146 52 16 0 73 74 112 52 34
Binary 1011000 1100110 101010 1110 0 111011 111100 1001010 101010 11100

Color Harmonies of #58662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58662A

Black with #58662A

Text Example


Text Example

White with #58662A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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