Html Css Color HEX #566531 Dark Olive Green

📋 copy color: '#566531'

red 86 ◦ green 101 ◦ blue 49

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

Shades of Dark Olive Green #566531

Tints of Dark Olive Green #566531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.8%

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

R = 36.44%
G = 42.8%
B = 20.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#566531 (or 0x566531) is known color: Dark Olive Green. HEX triplet: 56, 65 and 31. RGB value is (86,101,49). Sum of RGB (Red+Green+Blue) = 86+101+49=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #566531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566531 is #A99ACE. Grayscale: #5A5A5A. Windows color (decimal): -11115215 or 3237206. OLE color: 3237206.

HSL color Cylindrical-coordinate representation of color #566531: hue angle of 77.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566531 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 101 49 -
CMYK 0.15 0 0.51 0.60
HSL 77.31º 0.35% 0.29% -
HSV(B) 77.31º 0.51% 0.4% -
XYZ 9.05 11.51 4.65 -
YUV 90.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 86 101 49 0.15 0 0.51 0.60 77.31 0.35 0.29
Hex 56 65 31 F 0 33 3C 4D 23 1D
Octal 126 145 61 17 0 63 74 115 43 35
Binary 1010110 1100101 110001 1111 0 110011 111100 1001101 100011 11101

Color Harmonies of #566531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566531

Black with #566531

Text Example


Text Example

White with #566531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566531; }

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

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

background-color css

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

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

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

border-color css

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

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

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