#567132

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

Shades of Dark Olive Green #567132

Tints of Dark Olive Green #567132

Color information

#567132 (or 0x567132) is unknown color: approx Dark Olive Green. HEX triplet: 56, 71 and 32. RGB value is (86,113,50). Sum of RGB (Red+Green+Blue) = 86+113+50=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #567132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567132 is #A98ECD. Grayscale: #616161. Windows color (decimal): -11112142 or 3305814. OLE color: 3305814.

HSL color Cylindrical-coordinate representation of color #567132: hue angle of 85.71º 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 #567132 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB8611350-
CMYK0.2400.560.56
HSL85.71º38.65%31.96%-
HSV(B)85.71º55.75%44.31%-
XYZ10.3214.025.18-
YUV97.74101.05119.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=34.54%
G=45.38%
B=20.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113500.2400.560.5685.7138.6531.96
Hex5671321803838562720
Octal1261616230070701264740
Binary101011011100011100101100001110001110001010110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567132; }

 p { color: rgb(86,113,50); }

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

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

 a { background-color: rgb(86,113,50); }

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

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

 span { border-color: rgb(86,113,50); }

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