Html Css Color HEX #567031 Dark Olive Green

📋 copy color: '#567031'

red 86 ◦ green 112 ◦ blue 49

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

Shades of Dark Olive Green #567031

Tints of Dark Olive Green #567031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 34.82%
G = 45.34%
B = 19.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#567031 (or 0x567031) is known color: Dark Olive Green. HEX triplet: 56, 70 and 31. RGB value is (86,112,49). Sum of RGB (Red+Green+Blue) = 86+112+49=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #567031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567031 is #A98FCE. Grayscale: #616161. Windows color (decimal): -11112399 or 3240022. OLE color: 3240022.

HSL color Cylindrical-coordinate representation of color #567031: hue angle of 84.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #567031 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 112 49 -
CMYK 0.23 0 0.56 0.56
HSL 84.76º 0.39% 0.32% -
HSV(B) 84.76º 0.56% 0.44% -
XYZ 10.19 13.79 5.03 -
YUV 97.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 86 112 49 0.23 0 0.56 0.56 84.76 0.39 0.32
Hex 56 70 31 17 0 38 38 55 27 20
Octal 126 160 61 27 0 70 70 125 47 40
Binary 1010110 1110000 110001 10111 0 111000 111000 1010101 100111 100000

Color Harmonies of #567031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567031

Black with #567031

Text Example


Text Example

White with #567031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567031; }

 p { color: rgb(86,112,49); }

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

background-color css

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

 a { background-color: rgb(86,112,49); }

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

border-color css

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

 span { border-color: rgb(86,112,49); }

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