#57830D

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

Shades of Olive Drab #57830D

Tints of Olive Drab #57830D

Color information

#57830D (or 0x57830D) is unknown color: approx Olive Drab. HEX triplet: 57, 83 and 0D. RGB value is (87,131,13). Sum of RGB (Red+Green+Blue) = 87+131+13=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #57830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57830D is #A87CF2. Grayscale: #686868. Windows color (decimal): -11042035 or 885591. OLE color: 885591.

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

Color convert

RGB8713113-
CMYK0.3400.900.49
HSL82.37º81.94%28.24%-
HSV(B)82.37º90.08%51.37%-
XYZ12.1218.293.27-
YUV104.3976.42115.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.66%
GREEN value IS 131 (51.56% from 255) = 56.71%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=37.66%
G=56.71%
B=5.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87131130.3400.900.4982.3781.9428.24
Hex5783D2205A3152521c
Octal127203154201326112212234
Binary1010111100000111101100010010110101100011010010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57830D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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