#55653A

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

Shades of Dark Olive Green #55653A

Tints of Dark Olive Green #55653A

Color information

#55653A (or 0x55653A) is unknown color: approx Dark Olive Green. HEX triplet: 55, 65 and 3A. RGB value is (85,101,58). Sum of RGB (Red+Green+Blue) = 85+101+58=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #55653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55653A is #AA9AC5. Grayscale: #5B5B5B. Windows color (decimal): -11180742 or 3827029. OLE color: 3827029.

HSL color Cylindrical-coordinate representation of color #55653A: hue angle of 82.33º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55653A is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB8510158-
CMYK0.1600.430.60
HSL82.33º27.04%31.18%-
HSV(B)82.33º42.57%39.61%-
XYZ9.1611.545.75-
YUV91.31109.2123.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=34.84%
G=41.39%
B=23.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101580.1600.430.6082.3327.0431.18
Hex55653A1002B3C521b1f
Octal1251457220053741223337
Binary1010101110010111101010000010101111110010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55653A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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