Html Css Color HEX #566528 Dark Olive Green

📋 copy color: '#566528'

red 86 ◦ green 101 ◦ blue 40

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

Shades of Dark Olive Green #566528

Tints of Dark Olive Green #566528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 37.89%
G = 44.49%
B = 17.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#566528 (or 0x566528) is known color: Dark Olive Green. HEX triplet: 56, 65 and 28. RGB value is (86,101,40). Sum of RGB (Red+Green+Blue) = 86+101+40=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #566528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566528 is #A99AD7. Grayscale: #595959. Windows color (decimal): -11115224 or 2647382. OLE color: 2647382.

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

Color convert

RGB 86 101 40 -
CMYK 0.15 0 0.60 0.60
HSL 74.75º 0.43% 0.28% -
HSV(B) 74.75º 0.6% 0.4% -
XYZ 8.87 11.44 3.75 -
YUV 89.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 86 101 40 0.15 0 0.60 0.60 74.75 0.43 0.28
Hex 56 65 28 F 0 3C 3C 4B 2B 1C
Octal 126 145 50 17 0 74 74 113 53 34
Binary 1010110 1100101 101000 1111 0 111100 111100 1001011 101011 11100

Color Harmonies of #566528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566528

Black with #566528

Text Example


Text Example

White with #566528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566528; }

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

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

background-color css

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

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

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

border-color css

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

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

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