Html Css Color HEX #58840C Olive Drab

📋 copy color: '#58840C'

red 88 ◦ green 132 ◦ blue 12

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

Shades of Olive Drab #58840C

Tints of Olive Drab #58840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.9%

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 37.93%
G = 56.9%
B = 5.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#58840C (or 0x58840C) is known color: Olive Drab. HEX triplet: 58, 84 and 0C. RGB value is (88,132,12). Sum of RGB (Red+Green+Blue) = 88+132+12=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #58840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58840C is #A77BF3. Grayscale: #696969. Windows color (decimal): -10976244 or 820312. OLE color: 820312.

HSL color Cylindrical-coordinate representation of color #58840C: hue angle of 82º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58840C is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 132 12 -
CMYK 0.33 0 0.91 0.48
HSL 82º 0.83% 0.28% -
HSV(B) 82º 0.91% 0.52% -
XYZ 12.34 18.6 3.29 -
YUV 105.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 88 132 12 0.33 0 0.91 0.48 82 0.83 0.28
Hex 58 84 C 21 0 5B 30 52 53 1C
Octal 130 204 14 41 0 133 60 122 123 34
Binary 1011000 10000100 1100 100001 0 1011011 110000 1010010 1010011 11100

Color Harmonies of #58840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58840C

Black with #58840C

Text Example


Text Example

White with #58840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58840C; }

 p { color: rgb(88,132,12); }

 H1.HeaderClassName
 {
   color: #58840C;
 }
 .AnyTagClassName
 {
   color: #58840C;
 }
</style>

background-color css

<style>
 a { background-color: #58840C; }

 a { background-color: rgb(88,132,12); }

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

border-color css

<style>
 span { border-color: #58840C; }

 span { border-color: rgb(88,132,12); }

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