#57683A

Color #57683A Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #57683A

Tints of Dark Olive Green #57683A

Color information

#57683A (or 0x57683A) is unknown color: approx Dark Olive Green. HEX triplet: 57, 68 and 3A. RGB value is (87,104,58). Sum of RGB (Red+Green+Blue) = 87+104+58=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #57683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57683A is #A897C5. Grayscale: #5D5D5D. Windows color (decimal): -11048902 or 3827799. OLE color: 3827799.

HSL color Cylindrical-coordinate representation of color #57683A: hue angle of 82.17º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57683A is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB8710458-
CMYK0.1600.440.59
HSL82.17º28.4%31.76%-
HSV(B)82.17º44.23%40.78%-
XYZ9.6412.235.86-
YUV93.67107.87123.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=34.94%
G=41.77%
B=23.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87104580.1600.440.5982.1728.431.76
Hex57683A1002C3B521c20
Octal1271507220054731223440
Binary10101111101000111010100000101100111011101001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57683A; }

 p { color: rgb(87,104,58); }

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

<style>
 a { background-color: #57683A; }

 a { background-color: rgb(87,104,58); }

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

<style>
 span { border-color: #57683A; }

 span { border-color: rgb(87,104,58); }

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