#567235

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

Shades of Dark Olive Green #567235

Tints of Dark Olive Green #567235

Color information

#567235 (or 0x567235) is unknown color: approx Dark Olive Green. HEX triplet: 56, 72 and 35. RGB value is (86,114,53). Sum of RGB (Red+Green+Blue) = 86+114+53=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #567235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567235 is #A98DCA. Grayscale: #626262. Windows color (decimal): -11111883 or 3502678. OLE color: 3502678.

HSL color Cylindrical-coordinate representation of color #567235: hue angle of 87.54º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #567235 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB8611453-
CMYK0.2500.540.55
HSL87.54º36.53%32.75%-
HSV(B)87.54º53.51%44.71%-
XYZ10.514.275.57-
YUV98.67102.22118.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.99%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=33.99%
G=45.06%
B=20.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114530.2500.540.5587.5436.5332.75
Hex5672351903637582521
Octal1261626531066671304541
Binary101011011100101101011100101101101101111011000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567235; }

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

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

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

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

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

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

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

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