#57840D

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

Shades of Olive Drab #57840D

Tints of Olive Drab #57840D

Color information

#57840D (or 0x57840D) is unknown color: approx Olive Drab. HEX triplet: 57, 84 and 0D. RGB value is (87,132,13). Sum of RGB (Red+Green+Blue) = 87+132+13=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #57840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57840D is #A87BF2. Grayscale: #696969. Windows color (decimal): -11041779 or 885847. OLE color: 885847.

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

Color convert

RGB8713213-
CMYK0.3400.900.48
HSL82.69º82.07%28.43%-
HSV(B)82.69º90.15%51.76%-
XYZ12.2518.563.32-
YUV104.9876.09115.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=37.5%
G=56.90%
B=5.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87132130.3400.900.4882.6982.0728.43
Hex5784D2205A3053521c
Octal127204154201326012312234
Binary1010111100001001101100010010110101100001010011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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