Html Css Color HEX #56722D Dark Olive Green

📋 copy color: '#56722D'

red 86 ◦ green 114 ◦ blue 45

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

Shades of Dark Olive Green #56722D

Tints of Dark Olive Green #56722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 35.1%
G = 46.53%
B = 18.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#56722D (or 0x56722D) is known color: Dark Olive Green. HEX triplet: 56, 72 and 2D. RGB value is (86,114,45). Sum of RGB (Red+Green+Blue) = 86+114+45=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #56722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56722D is #A98DD2. Grayscale: #626262. Windows color (decimal): -11111891 or 2978390. OLE color: 2978390.

HSL color Cylindrical-coordinate representation of color #56722D: hue angle of 84.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56722D is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 114 45 -
CMYK 0.25 0 0.61 0.55
HSL 84.35º 0.43% 0.31% -
HSV(B) 84.35º 0.61% 0.45% -
XYZ 10.33 14.2 4.68 -
YUV 97.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 86 114 45 0.25 0 0.61 0.55 84.35 0.43 0.31
Hex 56 72 2D 19 0 3D 37 54 2B 1F
Octal 126 162 55 31 0 75 67 124 53 37
Binary 1010110 1110010 101101 11001 0 111101 110111 1010100 101011 11111

Color Harmonies of #56722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56722D

Black with #56722D

Text Example


Text Example

White with #56722D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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