Html Css Color HEX #58820D Olive Drab

📋 copy color: '#58820D'

red 88 ◦ green 130 ◦ blue 13

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

Shades of Olive Drab #58820D

Tints of Olive Drab #58820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.28%

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 38.1%
G = 56.28%
B = 5.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#58820D (or 0x58820D) is known color: Olive Drab. HEX triplet: 58, 82 and 0D. RGB value is (88,130,13). Sum of RGB (Red+Green+Blue) = 88+130+13=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #58820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58820D is #A77DF2. Grayscale: #686868. Windows color (decimal): -10976755 or 885336. OLE color: 885336.

HSL color Cylindrical-coordinate representation of color #58820D: hue angle of 81.54º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58820D is Cyan = 0.32, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 130 13 -
CMYK 0.32 0 0.9 0.49
HSL 81.54º 0.82% 0.28% -
HSV(B) 81.54º 0.9% 0.51% -
XYZ 12.08 18.07 3.23 -
YUV 104.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 88 130 13 0.32 0 0.9 0.49 81.54 0.82 0.28
Hex 58 82 D 20 0 5A 31 52 52 1C
Octal 130 202 15 40 0 132 61 122 122 34
Binary 1011000 10000010 1101 100000 0 1011010 110001 1010010 1010010 11100

Color Harmonies of #58820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58820D

Black with #58820D

Text Example


Text Example

White with #58820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,130,13); }

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

background-color css

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

 a { background-color: rgb(88,130,13); }

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

border-color css

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

 span { border-color: rgb(88,130,13); }

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