#567035

Color #567035 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #567035

Tints of Dark Olive Green #567035

Color information

#567035 (or 0x567035) is unknown color: approx Dark Olive Green. HEX triplet: 56, 70 and 35. RGB value is (86,112,53). Sum of RGB (Red+Green+Blue) = 86+112+53=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #567035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567035 is #A98FCA. Grayscale: #616161. Windows color (decimal): -11112395 or 3502166. OLE color: 3502166.

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

Color convert

RGB8611253-
CMYK0.2300.530.56
HSL86.44º35.76%32.35%-
HSV(B)86.44º52.68%43.92%-
XYZ10.2713.825.49-
YUV97.5102.89119.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=34.26%
G=44.62%
B=21.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86112530.2300.530.5686.4435.7632.35
Hex5670351703538562420
Octal1261606527065701264440
Binary101011011100001101011011101101011110001010110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567035; }

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

 H1.HeaderClassName
 {
   color: #567035;
 }
 .AnyTagClassName
 {
   color: #567035;
 }
</style>
background-color css

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

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

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

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

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

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