#55622F

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

Shades of Dark Olive Green #55622F

Tints of Dark Olive Green #55622F

Color information

#55622F (or 0x55622F) is unknown color: approx Dark Olive Green. HEX triplet: 55, 62 and 2F. RGB value is (85,98,47). Sum of RGB (Red+Green+Blue) = 85+98+47=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #55622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55622F is #AA9DD0. Grayscale: #585858. Windows color (decimal): -11181521 or 3105365. OLE color: 3105365.

HSL color Cylindrical-coordinate representation of color #55622F: hue angle of 75.29º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55622F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB859847-
CMYK0.1300.520.62
HSL75.29º35.17%28.43%-
HSV(B)75.29º52.04%38.43%-
XYZ8.6310.874.33-
YUV88.3104.69125.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=36.96%
G=42.61%
B=20.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598470.1300.520.6275.2935.1728.43
Hex55622FD0343E4b231c
Octal1251425715064761134334
Binary1010101110001010111111010110100111110100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55622F; }

 p { color: rgb(85,98,47); }

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

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

 a { background-color: rgb(85,98,47); }

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

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

 span { border-color: rgb(85,98,47); }

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