#58840D

Color #58840D Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #58840D

Tints of Olive Drab #58840D

Color information

#58840D (or 0x58840D) is unknown color: approx Olive Drab. HEX triplet: 58, 84 and 0D. RGB value is (88,132,13). Sum of RGB (Red+Green+Blue) = 88+132+13=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #58840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58840D is #A77BF2. Grayscale: #696969. Windows color (decimal): -10976243 or 885848. OLE color: 885848.

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

Color convert

RGB8813213-
CMYK0.3300.900.48
HSL82.18º82.07%28.43%-
HSV(B)82.18º90.15%51.76%-
XYZ12.3518.613.32-
YUV105.2875.92115.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=37.77%
G=56.65%
B=5.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88132130.3300.900.4882.1882.0728.43
Hex5884D2105A3052521c
Octal130204154101326012212234
Binary1011000100001001101100001010110101100001010010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58840D;
 }
 .AnyTagClassName
 {
   color: #58840D;
 }
</style>
background-color css

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

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

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

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

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

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