Html Css Color HEX #56682D Dark Olive Green

📋 copy color: '#56682D'

red 86 ◦ green 104 ◦ blue 45

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

Shades of Dark Olive Green #56682D

Tints of Dark Olive Green #56682D

RGB

 RED value IS 86 (33.98% from 255) = 36.6%

 GREEN value IS 104 (41.02% from 255) = 44.26%

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 36.6%
G = 44.26%
B = 19.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#56682D (or 0x56682D) is known color: Dark Olive Green. HEX triplet: 56, 68 and 2D. RGB value is (86,104,45). Sum of RGB (Red+Green+Blue) = 86+104+45=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #56682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56682D is #A997D2. Grayscale: #5C5C5C. Windows color (decimal): -11114451 or 2975830. OLE color: 2975830.

HSL color Cylindrical-coordinate representation of color #56682D: hue angle of 78.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56682D is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 104 45 -
CMYK 0.17 0 0.57 0.59
HSL 78.31º 0.4% 0.29% -
HSV(B) 78.31º 0.57% 0.41% -
XYZ 9.26 12.07 4.32 -
YUV 91.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 86 104 45 0.17 0 0.57 0.59 78.31 0.4 0.29
Hex 56 68 2D 11 0 39 3B 4E 28 1D
Octal 126 150 55 21 0 71 73 116 50 35
Binary 1010110 1101000 101101 10001 0 111001 111011 1001110 101000 11101

Color Harmonies of #56682D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56682D

Black with #56682D

Text Example


Text Example

White with #56682D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,104,45); }

 H1.HeaderClassName
 {
   color: #56682D;
 }
 .AnyTagClassName
 {
   color: #56682D;
 }
</style>

background-color css

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

 a { background-color: rgb(86,104,45); }

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

border-color css

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

 span { border-color: rgb(86,104,45); }

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