#55672B

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

Shades of Dark Olive Green #55672B

Tints of Dark Olive Green #55672B

Color information

#55672B (or 0x55672B) is unknown color: approx Dark Olive Green. HEX triplet: 55, 67 and 2B. RGB value is (85,103,43). Sum of RGB (Red+Green+Blue) = 85+103+43=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #55672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55672B is #AA98D4. Grayscale: #5B5B5B. Windows color (decimal): -11180245 or 2844501. OLE color: 2844501.

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

Color convert

RGB8510343-
CMYK0.1700.580.60
HSL78º41.1%28.63%-
HSV(B)78º58.25%40.39%-
XYZ9.0311.814.09-
YUV90.78101.04123.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=36.80%
G=44.59%
B=18.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103430.1700.580.607841.128.63
Hex55672B1103A3C4e291d
Octal1251475321072741165135
Binary10101011100111101011100010111010111100100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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