Html Css Color HEX #56623A Dark Olive Green

📋 copy color: '#56623A'

red 86 ◦ green 98 ◦ blue 58

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

Shades of Dark Olive Green #56623A

Tints of Dark Olive Green #56623A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 35.54%
G = 40.5%
B = 23.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#56623A (or 0x56623A) is known color: Dark Olive Green. HEX triplet: 56, 62 and 3A. RGB value is (86,98,58). Sum of RGB (Red+Green+Blue) = 86+98+58=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #56623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56623A is #A99DC5. Grayscale: #5A5A5A. Windows color (decimal): -11115974 or 3826262. OLE color: 3826262.

HSL color Cylindrical-coordinate representation of color #56623A: hue angle of 78º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56623A is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 98 58 -
CMYK 0.12 0 0.41 0.62
HSL 78º 0.26% 0.31% -
HSV(B) 78º 0.41% 0.38% -
XYZ 8.97 11.02 5.66 -
YUV 89.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 86 98 58 0.12 0 0.41 0.62 78 0.26 0.31
Hex 56 62 3A C 0 29 3E 4E 1A 1F
Octal 126 142 72 14 0 51 76 116 32 37
Binary 1010110 1100010 111010 1100 0 101001 111110 1001110 11010 11111

Color Harmonies of #56623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56623A

Black with #56623A

Text Example


Text Example

White with #56623A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,98,58); }

 H1.HeaderClassName
 {
   color: #56623A;
 }
 .AnyTagClassName
 {
   color: #56623A;
 }
</style>

background-color css

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

 a { background-color: rgb(86,98,58); }

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

border-color css

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

 span { border-color: rgb(86,98,58); }

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