#55672A

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

Shades of Dark Olive Green #55672A

Tints of Dark Olive Green #55672A

Color information

#55672A (or 0x55672A) is unknown color: approx Dark Olive Green. HEX triplet: 55, 67 and 2A. RGB value is (85,103,42). Sum of RGB (Red+Green+Blue) = 85+103+42=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #55672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55672A is #AA98D5. Grayscale: #5A5A5A. Windows color (decimal): -11180246 or 2778965. OLE color: 2778965.

HSL color Cylindrical-coordinate representation of color #55672A: hue angle of 77.7º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55672A is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB8510342-
CMYK0.1700.590.60
HSL77.7º42.07%28.43%-
HSV(B)77.7º59.22%40.39%-
XYZ9.0111.83.99-
YUV90.66100.54123.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 103 (40.62% from 255) = 44.78%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=36.96%
G=44.78%
B=18.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103420.1700.590.6077.742.0728.43
Hex55672A1103B3C4e2a1c
Octal1251475221073741165234
Binary10101011100111101010100010111011111100100111010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55672A; }

 p { color: rgb(85,103,42); }

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

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

 a { background-color: rgb(85,103,42); }

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

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

 span { border-color: rgb(85,103,42); }

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