#58810D

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

Shades of Olive Drab #58810D

Tints of Olive Drab #58810D

Color information

#58810D (or 0x58810D) is unknown color: approx Olive Drab. HEX triplet: 58, 81 and 0D. RGB value is (88,129,13). Sum of RGB (Red+Green+Blue) = 88+129+13=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #58810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58810D is #A77EF2. Grayscale: #676767. Windows color (decimal): -10977011 or 885080. OLE color: 885080.

HSL color Cylindrical-coordinate representation of color #58810D: hue angle of 81.21º 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 #58810D is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB8812913-
CMYK0.3200.900.49
HSL81.21º81.69%27.84%-
HSV(B)81.21º89.92%50.59%-
XYZ11.9517.83.19-
YUV103.5276.92116.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 129 (50.78% from 255) = 56.09%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=38.26%
G=56.09%
B=5.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88129130.3200.900.4981.2181.6927.84
Hex5881D2005A3151521c
Octal130201154001326112112234
Binary1011000100000011101100000010110101100011010001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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