#55623A

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

Shades of Dark Olive Green #55623A

Tints of Dark Olive Green #55623A

Color information

#55623A (or 0x55623A) is unknown color: approx Dark Olive Green. HEX triplet: 55, 62 and 3A. RGB value is (85,98,58). Sum of RGB (Red+Green+Blue) = 85+98+58=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #55623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55623A is #AA9DC5. Grayscale: #595959. Windows color (decimal): -11181510 or 3826261. OLE color: 3826261.

HSL color Cylindrical-coordinate representation of color #55623A: hue angle of 79.5º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55623A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB859858-
CMYK0.1300.410.62
HSL79.5º25.64%30.59%-
HSV(B)79.5º40.82%38.43%-
XYZ8.8810.975.65-
YUV89.55110.19124.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=35.27%
G=40.66%
B=24.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598580.1300.410.6279.525.6430.59
Hex55623AD0293E501a1f
Octal1251427215051761203237
Binary101010111000101110101101010100111111010100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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