Html Css Color HEX #57683A Dark Olive Green

📋 copy color: '#57683A'

red 87 ◦ green 104 ◦ blue 58

#57683A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #57683A

Tints of Dark Olive Green #57683A

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 value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#57683A (or 0x57683A) is known color: 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

RGB 87 104 58 -
CMYK 0.16 0 0.44 0.59
HSL 82.17º 0.28% 0.32% -
HSV(B) 82.17º 0.44% 0.41% -
XYZ 9.64 12.23 5.86 -
YUV 93.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 87 104 58 0.16 0 0.44 0.59 82.17 0.28 0.32
Hex 57 68 3A 10 0 2C 3B 52 1C 20
Octal 127 150 72 20 0 54 73 122 34 40
Binary 1010111 1101000 111010 10000 0 101100 111011 1010010 11100 100000

Color Harmonies of #57683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57683A

Black with #57683A

Text Example


Text Example

White with #57683A

Text Example


Text Example

HTML Codes & Css Web 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>